
- Forum
- Programming Talk
- Java
- Applet question
Applet question
This is a discussion on Applet question within the Java forums, part of the Programming Talk category; I have written an applet and compiled the .java file. No error were found. When I included the class file ...
-
07-22-2004, 06:15 AM #1prakashnakka Guest
Applet question
I have written an applet and compiled the .java file. No error were found. When I included the class file in applet tag in HTML and run the appletviewer it opens but nothing happens. In the status bar it says
START: APPLET NOT INITIALIZED.
Why does that happen can anyone explain?
Thanks.
-
Re:Applet question
Use a nice IDE like Codeguid available in omnicore website
then do this applet as a project and u will know the exact error if any
-nithya
-
Re:Applet question
Prakash,
Did you get any runtimes errors? If can you paste the error here.
-
08-01-2004, 04:50 PM #4akpraveen Guest
Re:Applet question
Did you define the start() method in the applet??
-
Sponsored Ads
«
About Tomcat and Appended Strs vs Array of Strs
|
Struts Question:Using session object to store info
»

Reply With Quote





