this is rather frustrating...i have tried numerous different things in a futile attempt to get a japplet packaged in a jar file to load on my site.
everytime i try a new thing i get:
could it be wrong with my html?
or perhaps i am compiling it wrong...i use the latest netbeans and basically jus built a basic applet to try with...anyone can visit that and see if theyd liike, but all that is there is an x in a box, and the error i posted above comes when i right click and say open java console...
any help would be appreciated. i have already googled for hours and found no success
thanks,
ken
everytime i try a new thing i get:
Code:
load: class NetCasino.class not found. java.lang.ClassNotFoundException: NetCasino.class at sun.applet.AppletClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.applet.AppletClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.applet.AppletClassLoader.loadCode(Unknown Source) at sun.applet.AppletPanel.createApplet(Unknown Source) at sun.plugin.AppletViewer.createApplet(Unknown Source) at sun.applet.AppletPanel.runLoader(Unknown Source) at sun.applet.AppletPanel.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: java.io.IOException: open HTTP connection failed. at sun.applet.AppletClassLoader.getBytes(Unknown Source) at sun.applet.AppletClassLoader.access$100(Unknown Source) at sun.applet.AppletClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) ... 10 more
Code:
<p> <applet width="955" height="587" code="NetCasino.class" codebase="http://drsmooth.ipower.com/public_html/" archive="netCasino.jar" width="600" height="600"> You need Java Support to view this page </applet></p>
any help would be appreciated. i have already googled for hours and found no success
thanks,
ken
Comment