aspose file tools
The moose likes Applets and the fly likes Applet XX notinited Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Applets
Reply Bookmark "Applet XX notinited" Watch "Applet XX notinited" New topic
Author

Applet XX notinited

bharg k
Greenhorn

Joined: Oct 05, 2008
Posts: 1
There is an existing (signed)Applet, for which i had to change the name of the applet. I have changed Applet name (for example xx.java to yy.java).
And replaced xx with yy where ever used..

Created jarfile with yy.class and assigned a signature for it.

Actually there is a download button which populates a new window.

Now after changing the name, when we click on download button, it says
"Applet yy notinited"

If some one can help me in solving the problem, it would be great full.

Regards,
Bharg...
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35258
    
    7
Hello "bharg k"-

Welcome to JavaRanch.

On your way in you may have missed that we have a policy on screen names here at JavaRanch. Basically, it must consist of a first name, a space, and a last name. Since yours does not conform with it, please take a moment to change it, which you can do right here.

As to your question, that error often happens if a class that's needed by the applet can't be found, or if there's an error during initialization. Check the Java Console for error messages; there should be something in it. Also make sure that all classes and jar files used by the applet are publicly accessible, and that all jar files are listed in the applet tag.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Applet XX notinited
 
Similar Threads
Nested hashmap tags for dynamic pulldowns
Applet problem( Applet notinited ) When I Use Tomcat
JAI with applet problem
Q 2 pg 744 Threads Doubt
Array of Objects NullPointer Exception