Show Posts
|
|
Pages: [1]
|
|
1
|
Game Development / Newbie & Debugging Questions / Re: Internet Explorer Problem
|
on: 2003-10-18 15:20:46
|
|
I'm using Sun's NetBeans IDE 3.5.1, and the compiler it uses.
I only have the one class right now. It's called from the HTML as follows:
<P> <APPLET codebase=.. code="three13/three13.class" width=320 height=200></APPLET> </P>
That was the code generated for me by NetBeans...
|
|
|
|
|
2
|
Game Development / Newbie & Debugging Questions / Internet Explorer Problem
|
on: 2003-10-18 05:38:34
|
|
I have a couple of simple Applets that run fine when I use Netscape, but when I try to view them with Internet Explorer I get this:
Error loading class: three13.three13 java.lang.NoClassDefFoundError java.lang.ClassNotFoundException: three13.three13 at com/ms/vm/loader/URLClassLoader.loadClass at com/ms/vm/loader/URLClassLoader.loadClass at com/ms/applet/AppletPanel.securedClassLoad at com/ms/applet/AppletPanel.processSentEvent at com/ms/applet/AppletPanel.processSentEvent at com/ms/applet/AppletPanel.run at java/lang/Thread.run
Is this just because Microsoft hates Java, or is there something I can do to make my Applets run on IE?
Thanks! Nels
|
|
|
|
|
|
Add your game by posting it in the WIP section,
or publish it in Showcase.
The first screenshot will be displayed as a thumbnail.
|
|