Click to See Complete Forum and Search --> : Applets


Tracy
10-09-2003, 10:41 AM
Hi everyone! New to forum!

I am confused about java APPLETS. I'm fine with scripts, but the applets! I am working on a web page and I'm adding links to java script games. Well, I have a few games that are applets ... why won't they work? The script games work. Help! Please.

Thanx,
Tracy

Khalid Ali
10-09-2003, 10:55 AM
applets are completely separate(from javascript) and full applications(hopefully ..:D ).

If an applet does not work,that can mean allots of things.
1. The JVM plugin for you browser might not match that of with the one applet was compiled.
2. SOme problem in HTML in your page to load the applet

3. and lastly there might be something wrong withthe aplet program

etard
10-09-2003, 01:18 PM
do you have a correct link to the .jar file?