Yes it does.
unset the CLASSPATH and all will be fine.

OR
cd to the jboss/bin
run:

java -server -cp run.jar org.jboss.Main



> -----Original Message-----
> From: Dan Christopherson [SMTP:[EMAIL PROTECTED]]
> Sent: Friday, March 23, 2001 1:18 PM
> To:   [EMAIL PROTECTED]
> Subject:      Re: [JBoss-user] Null Pointer on Linux but Fine On NT
> 
> Run jboss with run.sh, in the bin directory (which runs with the
> classpath).
> 
> Although this is an interesting error: the linux 1.3 JDK doesn't bother to
> grab its own classes when started with -jar? I've not noticed this, but
> I've been running things from ant for quite some time.
> 
> On Fri, 23 Mar 2001, Ashish Gupta wrote:
> 
> > 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
> > 
> 
> -- 
> Dan Christopherson (danch) 
> nVisia Technical Architect (www.nvisia.com)
> 
> Opinions expressed are mine and do not neccessarily reflect any 
> position or opinion of nVISIA.
> 
> --------------------------------------------------------------------------
> -
> If you're a capitalist and you have the best goods and they're 
> free, you don't have to proselytize, you just have to wait.
> -Eben Moglen
> 
> 
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user

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

Reply via email to