aspose file tools
The moose likes Applets and the fly likes Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Applets
Reply Bookmark ""Start: Applet Not Initialised" message i got when execute the applet thro browser" Watch ""Start: Applet Not Initialised" message i got when execute the applet thro browser" New topic
Author

"Start: Applet Not Initialised" message i got when execute the applet thro browser

Elanchezhiyan Ka
Greenhorn

Joined: Sep 20, 2010
Posts: 3

// in html
<applet code="applet.class" height=400 width=1000></applet>
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35223
    
    7
There should be an error message in the Java Console; what is it?

The most likely reason is that the "objectdraw" package is not in the classpath; you need an archive attribute for it in the APPLET tag.


Android appsImageJ pluginsJava web charts
Elanchezhiyan Ka
Greenhorn

Joined: Sep 20, 2010
Posts: 3
After removing the line "import objectdraw.*;" i got the same problem.
Maneesh Godbole
Saloon Keeper

Joined: Jul 26, 2007
Posts: 8430

Ulf Dittmer wrote:There should be an error message in the Java Console; what is it?

Randomly taking out some import statements is not going to help you. Did you follow Ulf's suggestion and check the console for the error message? Can you share it with us?


[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
 
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: "Start: Applet Not Initialised" message i got when execute the applet thro browser
 
Similar Threads
how to stop japplet
How to initialize an Array in this occasion?
ArrayIndex OutOfBoundsException?
"Start: Applet is not initialized" error when accessing applet file through web browser
how to add background image to japplet