aspose file tools
The moose likes JNLP and Web Start and the fly likes webstart and standard classes Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JNLP and Web Start
Reply Bookmark "webstart and standard classes" Watch "webstart and standard classes" New topic
Author

webstart and standard classes

Kristian Petersen
Greenhorn

Joined: Nov 21, 2003
Posts: 2
I have an webstart app running on weblogic, my app uses some classes from the rt.jar. When I start my app from a client I get some ClassNotFoundException because it can't find classes from the rt.jar file. I have installed jdk1.4.2 on the client.
Is it not possible for my app to see the classes in the rt.jar ???
Gopi Balaji
Ranch Hand

Joined: Jan 23, 2003
Posts: 84
A possible explanation :
Does the attribute "version" of "j2se" element have a restricting version specified?
Say, if the client has JRE 1.2 and JRE 1.4.2 installed, and the version attribute's value is "1.2", the 1.2's rt.jar is used, instead of 1.4.2's.
-GB.
Kristian Petersen
Greenhorn

Joined: Nov 21, 2003
Posts: 2
My jnlp file says :
<j2se version="1.4.*"/>
and I have the j2sdk1.4.2 installed on the client.
Gopi Balaji
Ranch Hand

Joined: Jan 23, 2003
Posts: 84
I suspect that the version string is not valid. Can you check what error messages are logged to the console?
-GB.
 
IntelliJ Java IDE
 
subject: webstart and standard classes
 
Threads others viewed
java.io.IOException: org.apache.xml.serializer.ToXMLSAXHandler when deploying into Glassfish 2.1
Problm in Weblogic Classpath
used jdk
JNLP and web application
How can I make use of WebStart?
developer file tools