|
From: <an...@an...> - 2004-10-20 01:13:30
|
hi all, when i execut "simpledemo.html" html file on local it secced but when i put it on web server like"127.0.0.1 my local web server"=20 and execut it it give me error like : note " im not change anything on the html or any file " and remmber when i execute it by click on HTML file its secced and work = well ... I try it on many JVM and get same result .. when i visit http://www.barteo.net/microemulator its work will so my JVM = work well.. where is my problem .. pleas help me Java(TM) Plug-in: Version 1.4.2_04 Using JRE version 1.4.2_04 Java HotSpot(TM) Client VM ---------------------------------------------------- load: class com.barteo.emulator.applet.Main not found. java.lang.ClassNotFoundException: com.barteo.emulator.applet.Main 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 -------------------------------------------- |