aspose file tools
The moose likes Applets and the fly likes Class not found when deploying applet Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Applets
Reply Bookmark "Class not found when deploying applet" Watch "Class not found when deploying applet" New topic
Author

Class not found when deploying applet

dinesh prasad
Greenhorn

Joined: Jun 03, 2003
Posts: 27
I'm using a program called Install4j to create an installer for an applet.
I tried using the classpath variable which has a reference to the directory containing the applet. I also tried creating a new environment variable with reference to the directory... I tried specifying the class file itself. It will install the program fine, it gives an error after you try to run it the first time. Any ideas?? x()
[ September 13, 2003: Message edited by: dinesh prasad ]
John Boyd-Rainey
Greenhorn

Joined: Sep 24, 2003
Posts: 3
I don't think classpath and other client-based stuff are the right place to look. The browser has to know everything about its Java-installation. If it doesn't, it won't be able to start any applets at all. Since it does start them, that department is fine.
"after" starting the applet means while it is starting, or later?
Could you post the code of the HTML label and/or the important bits of your applet?
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Class not found when deploying applet
 
Similar Threads
Applets, Static variables Browser refresh
Applets!
Headless Exception
Exception loading images
Deploying applets with Tomcat