English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Error:Loading applet failed
Applet notinited
This are the error messages that I've received.if anyone have encountered this problem and managed to solve it,pls help me

2006-09-25 02:04:40 · 3 answers · asked by sumbady 1 in Computers & Internet Programming & Design

3 answers

You may not have Java installed on your machine.

Go to http://java.sun.com/javase/downloads/index.jsp and download the Java Runtime Environment (JRE) 5.0 Update 8.

2006-09-25 05:24:44 · answer #1 · answered by sparticle 4 · 0 0

Well there is obviously a problem here.

Do you have access to your web logs to see if an error message has been generated there?

Check also the Applet name and the value in the applet tag in the html. They must be the same as these are case sensitive.

I don't know what else to suggest at the moment.

2006-09-25 09:18:31 · answer #2 · answered by AnalProgrammer 7 · 0 0

Another solution, you may not be using the init() method. It sounds silly, but could be a basic mistake.

The init() method is similar to the main() method in an application, it will be called first.

2006-09-28 12:39:46 · answer #3 · answered by Mark aka jack573 7 · 0 0

fedest.com, questions and answers