0

I am trying to install Jboss 7 on Windows 7 . Software version details are as follows:

Java: jdk1.8.0_20

Jboss: jboss-as-7.1.0

Following environmental variables are set

CLASSPATH:    C:\Program Files\Java\jdk1.8.0_20\bin
JAVA_HOME:    C:\Program Files\Java\jdk1.8.0_20

But while trying to start JBOSS , it is failing with the following error.

java/lang/NoClassDefFoundError: java/lang/Object

Any clues how to resolve the issue ?

Zama Ques
  • 1,497
  • 5
  • 26
  • 45

2 Answers2

0

i think that the classpath should point to jars, not to scripts. read about the classpath and path here and here.

javaist
  • 43
  • 7
0

In the launch configuration, check that the right JRE System Library is on the Classpath

mkazma
  • 572
  • 3
  • 11
  • 29