View previous topic :: View next topic |
Author |
Message |
NoviceMaster Expert

Joined: 22 Sep 2007 Posts: 10 Location: Milan, Illinois
|
Posted: Sun Sep 30, 2007 9:24 am Post subject: Application not working |
|
|
The problem and add problem applet would not load today. What is going on? Is there a problem with the site or is it on my end?
Thank you. |
|
Back to top |
|
 |
mklora Beginner
Joined: 31 Mar 2007 Posts: 2
|
Posted: Sun Sep 30, 2007 3:42 pm Post subject: |
|
|
Same here. The applet works on Windows XP, but not on Mac OS X (either 10.3 or 10.4). I get Applet com.adum.chess.ChessApplet not loaded. Nothing useful in any logs.
Same behavior behavior with both Safari and Firefox, BTW.
Last edited by mklora on Mon Oct 01, 2007 2:59 am; edited 1 time in total |
|
Back to top |
|
 |
ProfMoxie Expert
Joined: 22 Sep 2007 Posts: 17 Location: Kennebunk, Maine, USA
|
Posted: Mon Oct 01, 2007 2:26 am Post subject: |
|
|
Yep, me too. I run Safari under OSX and the Applet no longer loads. |
|
Back to top |
|
 |
adum Site Admin

Joined: 05 Jun 2005 Posts: 128
|
Posted: Tue Oct 02, 2007 9:16 am Post subject: |
|
|
hmmn, i did update the applet so that may have affected people. no idea why it would only be OSX. i'll try to debug if i get a chance. can you check the java console to see if it says anything?
adum |
|
Back to top |
|
 |
ProfMoxie Expert
Joined: 22 Sep 2007 Posts: 17 Location: Kennebunk, Maine, USA
|
Posted: Tue Oct 02, 2007 11:05 am Post subject: |
|
|
My Java console doesn't say anything (no errors are listed). |
|
Back to top |
|
 |
NoviceMaster Expert

Joined: 22 Sep 2007 Posts: 10 Location: Milan, Illinois
|
Posted: Tue Oct 02, 2007 12:24 pm Post subject: info from JAVA console |
|
|
Here is what my JAVA console says. This is under Windows 98. It has also stopped working under XP on my other computer.
Java Plug-in 1.5.0_12
Using JRE version 1.5.0_12 Java HotSpot(TM) Client VM
User home directory = C:\WINDOWS
----------------------------------------------------
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
p: reload proxy configuration
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>
----------------------------------------------------
java.lang.UnsupportedClassVersionError: Bad version number in .class file
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
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)
java.lang.UnsupportedClassVersionError: Bad version number in .class file
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
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) |
|
Back to top |
|
 |
adum Site Admin

Joined: 05 Jun 2005 Posts: 128
|
Posted: Tue Oct 02, 2007 9:23 pm Post subject: |
|
|
ah whoops, looks like i compiled it under 1.6 by accident. i'll fix that tomorrow...
adum |
|
Back to top |
|
 |
adum Site Admin

Joined: 05 Jun 2005 Posts: 128
|
Posted: Wed Oct 03, 2007 9:52 am Post subject: |
|
|
okay, should be fixed now. please try it, let me know.
adum |
|
Back to top |
|
 |
NoviceMaster Expert

Joined: 22 Sep 2007 Posts: 10 Location: Milan, Illinois
|
Posted: Thu Oct 04, 2007 3:36 am Post subject: |
|
|
It works! Thank you. I'm back on my way from novice to master. |
|
Back to top |
|
 |
ProfMoxie Expert
Joined: 22 Sep 2007 Posts: 17 Location: Kennebunk, Maine, USA
|
Posted: Thu Oct 04, 2007 4:57 pm Post subject: |
|
|
Thank you!! It works!! |
|
Back to top |
|
 |
|