Hello, everyone:
I'm trying to develop a Java Applet using Eclipse. I'm loading images and text files just fine, but only when I run it through Eclipse. The problem is when I try to run it from the .html file, the window tells that there are Errors, but the detail window doesn't show absolutely anything, just this (and other times (with different projects) I've tried it actually shows exception):
Java Plug-in 10.3.1.255
Using JRE version 1.7.0_03-b05 Java HotSpot(TM) Client VM
User home directory = C:\Users\Jose
----------------------------------------------------
c: clear console window
f: finalize objects on finalization queue
g: garbage collect
h: display this help message
l: dump classloader list
m: print memory usage
o: trigger logging
q: hide console
r: reload policy configuration
s: dump system and deployment properties
t: dump thread list
v: dump thread stack
x: clear classloader cache
0-5: set trace level to <n>
----------------------------------------------------
This is the .html code:
<HTML> <HEAD> <TITLE>Quien Quiere ser Millonario</TITLE> </HEAD> <BODY> <APPLET ID="My Applet" Archive="prueba.jar" CODE="QQSM.class" codebase="/prueba_applet/AA.txt/" WIDTH=800 HEIGHT=800> </APPLET> </BODY> </HTML>
Has anyone had this problem before or have any ideas on how to solve it? It's nagged me for about 3 days now =/
Thanks in advance