Results 1 to 4 of 4
Thread: Java Applet not running
- 05-16-2012, 03:24 AM #1
Member
- Join Date
- May 2012
- Posts
- 2
- Rep Power
- 0
Java Applet not running
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:
Has anyone had this problem before or have any ideas on how to solve it? It's nagged me for about 3 days now =/Java Code:<HTML> <HEAD> <TITLE>Quien Quiere ser Millonario</TITLE> </HEAD> <BODY> <APPLET ID="My Applet" Archive="prueba.jar" CODE="QQSM.class" codebase="/prueba_applet/" WIDTH=800 HEIGHT=800> </APPLET> </BODY> </HTML>
Also, the .jar file is signed.
Thanks in advance
- 05-16-2012, 05:51 AM #2
Moderator
- Join Date
- Jul 2010
- Location
- California
- Posts
- 1,608
- Rep Power
- 5
Re: Java Applet not running
Cross posted at Java Applet not running
Please be forthright when posting to multiple forums. I can't tell you how many times members spend their time answering question that have been answered elsewhere...at the least linking to other posts lets folks know of answers or other discussions going on.
- 05-16-2012, 06:22 AM #3
Member
- Join Date
- May 2012
- Posts
- 2
- Rep Power
- 0
- 05-16-2012, 01:31 PM #4
Similar Threads
-
java applet not running when accessed from web
By jobud9 in forum New To JavaReplies: 3Last Post: 01-22-2012, 02:03 AM -
Problem running Applet in IE but works when running just Java in Netbeans?
By rodneyc8063 in forum Java AppletsReplies: 7Last Post: 12-18-2011, 04:13 AM -
Applet Running in Java not from Cmd
By vin_eets in forum Java AppletsReplies: 1Last Post: 03-29-2011, 04:08 PM -
Running as Java Applet in eclipse
By atomant in forum New To JavaReplies: 0Last Post: 12-05-2010, 02:22 AM -
Java Applet Not Running
By kahaj in forum Java AppletsReplies: 4Last Post: 10-08-2009, 12:11 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks