hi!

I am not able to start JBOSS on linux.
The JDK is installed on the system and the CLASSPATH include all the jar
under JDK1.3
If i run JBOSS with this command

java -jar run.jar

It throws Null pointer exception

If i run JBOSS with this command

java -classpath $CLASSPATH -jar run.jar

I get NoClassDefFound Exception. It complains about java/lang/Object.

I tried a simple java program and it is running fine.

If anyone can help me in this or any suggestions.

Thanks in advance

-Ashish


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to