error message

2 replies [Last post]
Offline
Last seen: 1 year 11 weeks ago
Joined: 10/07/2010
Posts:

I'm barnd new to compilr and the first program I made was something from a practice quiz at school and when I tried to run it I got the following:

java.lang.ClassFormatError: Incompatible magic value 1231976033 in class file Project
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(Unknown Source)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Exception: java.lang.ClassFormatError: Incompatible magic value 1231976033 in class file Project

I have no idea what this but if someone has a quick fix I would very much appreciate it.

Offline
Last seen: 11 weeks 16 hours ago
Joined: 10/06/2010
Posts:
error message

Try to download the code and run it. Only applets will run in the preview window.

Offline
Last seen: 1 year 11 weeks ago
Joined: 10/07/2010
Posts:
I'll have to try that. thank

I'll have to try that. thank you