Big problem :'(, java problem |
Big problem :'(, java problem |
![]()
Post
#1
|
|
![]() nolongerinuse ![]() ![]() ![]() Group: Member Posts: 41 Joined: Jan 2005 Member No: 92,567 ![]() |
I have an applet in a skin, but whenever I try to use it it says "<applet name> notinited," shortly before saying, "Loading Java Applet Failed." I have searched all over the internet, yet I can't seem to find a solution. Any ideas?
![]() Code: :::EDIT::: It's not Xanga or Windows, because it worked on the site I got it from, and worked offline. It also fails to work outside of Xanga when I code it. I believe that leaves us to blame the file hosting, yet cpanel x doesn't show anything wrong. ![]() Sorry if I posted this in the wrong forum. |
|
|
![]() |
![]()
Post
#2
|
|
![]() nolongerinuse ![]() ![]() ![]() Group: Member Posts: 41 Joined: Jan 2005 Member No: 92,567 ![]() |
It's not Xanga, I don't know if Xanga WILL allow the script once I get it working, but right now, Xanga's not my problem. I have targeted the error to this:
QUOTE load: class http://www.jenks.forummax.com/AnWater.class not found. java.lang.ClassNotFoundException: http:..www.jenks.forummax.com.AnWater.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 In other words, my take on this is that it can't locate the .class file, yet it is clearly marked in the script. I read somewhere about binary and ASCII uploading...? |
|
|
![]() ![]() |