| Author |
IBM Java-Plug-in required in WebSphere to run Applets?
|
Kristy Peterson
Greenhorn
Joined: Feb 10, 2003
Posts: 10
|
|
I am using the WebSphere Studio App Developer version 5.0 and created a J2EE application using Java 1.3. I added an applet to one of my JSP pages and created the applet class and that went fine. The code in the JSP is as follows: <jsp :plugin type="applet" code="com/dc/cms/applet/CatalogTree.class" codebase="../WEB-INF/classes/"> <jsp:fallback> <p> Unable to start Plug-in. </p> </jsp:fallback> </jsp :plugin> I get an error that it cannot find my Java Plug-in because it is looking in the registry under HKEY_LOCAL_MACHINE\SOFTWARE\IBM\Java Plug-in and my Java Plug-in is under ..SOFTWARE\JavaSoft. Does anyone know what I need to do? Thanks, Kristy [ February 14, 2003: Message edited by: Marilyn de Queiroz ]
|
 |
Marilyn de Queiroz
Sheriff
Joined: Jul 22, 2000
Posts: 9033
|
|
|
moving to the IBM/Websphere forum
|
JavaBeginnersFaq
"Yesterday is history, tomorrow is a mystery, and today is a gift; that's why they call it the present." Eleanor Roosevelt
|
 |
Peter Michel
Greenhorn
Joined: Jul 15, 2003
Posts: 1
|
|
All information you get from IBM is, that the Applet Thin Client must be installed on the Clients. But this seems not to be very easy and contradicts the sense of J2EE technology (in my oppinion). Does anybody know if there are any alternatives using Java 2 Plugin and some jar's? Peter [ July 15, 2003: Message edited by: Peter Michel ]
|
 |
 |
|
|
subject: IBM Java-Plug-in required in WebSphere to run Applets?
|
|
|