users
[Top] [All Lists]

Re: [cinjug-users] Need help with including Applet in websphere portlet

To: "jim_garrett@xxxxxxxx" <jim_garrett@xxxxxxxx>, CinJug <users@xxxxxxxxxx>
Subject: Re: [cinjug-users] Need help with including Applet in websphere portlet JSP
From: Manisha Kode <mkkode@xxxxxxxxx>
Date: Thu, 19 Jan 2006 16:50:40 -0500
Delivered-to: mailing list users@cinjug.org
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=SDYfYs3uKEfAqmQ1pgRRZbUozAJtKGpKRMUjz5ZhjoPOm7KXlG/RScxKW/JGnRmcg93bQbfMpZ23XpjFcWea3Uw/rfvci71ztBIAysStlTXP9eBtKy+zo20/MXDjAJdG6jUD/ADs+hDBHxHfRYc4viMx9sphk38zw72oC7z+bzw=
In-reply-to: <14847131.1137700057291.JavaMail.root@webmail7>
Mailing-list: contact users-help@cinjug.org; run by ezmlm
References: <14847131.1137700057291.JavaMail.root@webmail7>
I have created a simple Hello Applet using JDK 1.4 and the RAD is also using the same..
 
here is how i have coded.. There is no difference in the outcome if i use response.encodeURL
 
My application applet is in the jar for which i was trying the code which is commented below. I thought if i get a simple applet showing up then i should be able to do the rest..
 
I have tried lots of combinations of codebase such as just "lib" or "./lib" or "./lib/".. did not make any difference. Sometimes i get a warning saying "broken link". In the design view in RAD i see squares with small triangle, circle and square..

 

<

APPLET codebase="./lib"

code="HelloWorldApplet.class" width= "200" height="200">

</

APPLET>

<!--

<APPLET codebase=''

archive='

<%=response.encodeURL("VIBRuntimePlant2.jar") %>' code="Plant2.class" width="450" height="700">

</APPLET>

-->

Does this code give anyone any idea..
 
Any help is appreciated..
 
Manisha
 
On 1/19/06, jim_garrett@xxxxxxxx < jim_garrett@xxxxxxxx> wrote:
You may want to make sure the Applet code was compiled in the same version of JDK.  Also, are there any other applets running within the browser that would require a different JDK.  I have seen this happen before.


--
Jim Garrett
email:jim_garrett@xxxxxxxx

---- Manisha Kode < mkkode@xxxxxxxxx> wrote:
> Hello,
>
> I am new to websphere portlet application development. I am working on
> converting my old JSP, servlet based front end application into a portlet.
>
> When I include an applet in the portletview.jsp and try to browse it, it
> gets an error saying "as das register failk" and it freezes the system. I
> have to shutdown and restart.. It does not show me any other error in any
> log.. I am using RAD 6.0 as IDE and Portlet test server 5.0.
>
> In the beginning i was using jsp plugin and then i changed it to applet tag
> but i still have the same problem.
>
> If anyone has done this before, please let me know what I am doing wrong.
>
> All help is appreciated ...
>
> Thanks,
> Manisha K Kode.


<Prev in Thread] Current Thread [Next in Thread>
  • Re: [cinjug-users] Need help with including Applet in websphere portlet JSP, Manisha Kode <=