Showing Error On building the Project

1 reply [Last post]
Offline
Last seen: 1 year 38 weeks ago
Joined: 07/12/2010
Posts:

In my previous post I just forgot to show what error it is showing. So here it is.

The error is shown from Java Console
Java Plug-in 1.6.0_16
Using JRE version 1.6.0_16-b01 Java HotSpot(TM) Client VM
User home directory = C:\Documents and Settings\aa
----------------------------------------------------
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
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
----------------------------------------------------

java.lang.ClassFormatError: Incompatible magic value 1231976033 in class file Project
at java.lang.ClassLoader.defineClass1(Native Method)
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

Aniruddha Tripathy
@mindfiresolutions

tim.speed's picture
Offline
Last seen: 18 hours 2 sec ago
Joined: 02/24/2010
Posts:
Hi Anie, Can you please

Hi Anie,

Can you please post the URL of you project so I can try it out. It will be compilr.com/IDE/%projectId%
Are you able to upgrade your Java Runtime environment to the latest version and try again? I see its reporting 1.6.0_16 which is an older version that may have issues.

-----------------
Tim Speed
Compilr Developer and CTO