Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

applet not initialized

  Asked By: Donna    Date: Sep 06    Category: Java    Views: 1195
  

I have just downloaded the j2sdk from sun's web
site and I successfully compiled HelloWorld.java into
HelloWorld.class. And I created run.html with simple <apple>
tag to run the HelloWorld.class.<br><br>Now, when I
run the run.html with appletviewer, it doesn't do
anything but displaying "Start: applet not initialized"
message. I tried couple of other demo codes from sun's web
site but any of those code doesn't do anything but the
problem I described above.<br><br>What I am supposed to
do? What can I do to get it started?<br><br><br>I use
redhat linux 7.2 with latest j2sdk (1.4) <br><br>Thank
you.

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Varun Mehta     Answered On: Sep 06

Is the class  HelloWorld extended from class Applet?Or ,have you override the
method ini(),and start() method from class Applet?<br>Can you give you program
's code?

 
Didn't find what you were looking for? Find more on applet not initialized Or get search suggestion and latest updates.




Tagged: