Results 1 to 9 of 9
- 04-24-2012, 03:39 AM #1
Member
- Join Date
- Apr 2012
- Posts
- 3
- Rep Power
- 0
Problems with playing games and such in a browser
I get the following error code when i go on something that uses Java in browser:
Java Plug-in 1.6.0_31
Using JRE version 1.6.0_31-b05 Java HotSpot(TM) Client VM
User home directory = C:\Users\ianh594176
----------------------------------------------------
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>
----------------------------------------------------
load: class org.lwjgl.util.applet.AppletLoader not found.
java.lang.ClassNotFoundException: org.lwjgl.util.applet.AppletLoader
at sun.plugin2.applet.Applet2ClassLoader.findClass(Un known Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(U nknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Un known Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Un known Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unk nown Source)
at sun.plugin2.applet.Plugin2Manager.createApplet(Unk nown Source)
at sun.plugin2.applet.Plugin2Manager$AppletExecutionR unnable.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Exception: java.lang.ClassNotFoundException: org.lwjgl.util.applet.AppletLoader
- 04-24-2012, 01:34 PM #2
Re: Problems with playing games and such in a browser
The java program can not find the class named in the error message. You need to put the class definition on the classpath for the java program.class org.lwjgl.util.applet.AppletLoader not found.If you don't understand my response, don't ignore it, ask a question.
- 04-24-2012, 04:15 PM #3
Member
- Join Date
- Apr 2012
- Posts
- 3
- Rep Power
- 0
- 04-24-2012, 04:17 PM #4
Re: Problems with playing games and such in a browser
How to Ask Questions the Smart Way
Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!
- 04-24-2012, 04:55 PM #5
Member
- Join Date
- Apr 2012
- Posts
- 3
- Rep Power
- 0
-
Re: Problems with playing games and such in a browser
Is this a program that you yourself have written? That's what this forum is for, to help others learn to program.
- 04-24-2012, 05:21 PM #7
Re: Problems with playing games and such in a browser
How to Ask Questions the Smart Way
Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!
- 04-25-2012, 11:11 PM #8
Member
- Join Date
- Apr 2009
- Posts
- 11
- Rep Power
- 0
Re: Problems with playing games and such in a browser
Folks ?
I have written lots of applets, I'm not a real programmer though.
I don't know what jnlp launch file is or really what your talking about.
I think it's a fair question and your jumping on the OP.
Of course I'm a newbie and your actions may be justified ?? Just sayin...
- 04-26-2012, 12:25 AM #9
Re: Problems with playing games and such in a browser
If you have a question about JNLP, get your own thread -- they're free. But first search the net and the Oracle tutorials.
If the question is about the OP's own code, it's a fair question and he should be able to provide the details sought.
If it's about a problem with some Applet on some site, it's off topic here.
Who jumped on the OP? What actions need to be justified?
dbWhy do they call it rush hour when nothing moves? - Robin Williams
Similar Threads
-
Could not access the URL through the external browser. Check the browser configuratio
By volkvanmyn25 in forum New To JavaReplies: 0Last Post: 11-17-2011, 04:52 AM -
opening an html file in default browser problems
By dhazwa in forum New To JavaReplies: 2Last Post: 08-22-2011, 05:42 AM -
Help! Anagram Games
By geeky123 in forum New To JavaReplies: 6Last Post: 10-13-2008, 04:16 PM -
problem for games
By Gunther in forum Java 2DReplies: 4Last Post: 12-25-2007, 08:42 AM -
Browser-based games. Where do I start?
By Brute in forum EclipseReplies: 1Last Post: 08-09-2007, 07:35 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks