I had the same problem I still have the thread on paper. 
Dan Bratton writes:
edit your 'run_with_tomcat.sh' file and change the line that reads:
 
export JBOSS_CLASSPATH=$JBOSS_CLASSPATH:$JAVA_HOME/lib/tools.jar
 
to read:
 
JBOSS_CLASSPATH=$JAVA_HOME/lib/tools.jar:$JBOSS_CLASSPATH
 
that should take care of it for you
 
db
If I remember right that worked for me. Also note the -tar on solaris has a
known bug so if you got a checksum error after you compiled jboss then use
gzip.(also from archives)
Graham

-----Original Message-----
From: John LYC [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 24, 2001 11:09 PM
To: Jboss Mailing List
Subject: [JBoss-user] Error running jboss on Solaris.


hi all,
when i exec the run_with_tomcat.sh.
i get this error msg.
-------------------------------------
JBOSS_CLASSPATH=/usr/j2sdk1_3_1/lib/tools.jar: is not an identifier.
-------------------------------------

i think it comes from the 2nd line of the run_with_tomcat.sh
-------------------------
export JBOSS_CLASSPATH=$JBOSS_CLASSPATH:$JAVA_HOME/lib/tools.jar
-------------------------

I check and the path is correct, there is a tools.jar.

John


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

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

Reply via email to