I don't think you want to put ONLY tools.jar in your classpath.  I would 
do something like:
        CLASSPATH=$CLASSPATH:/blah/tools.jar
        export CLASSPATH

and yes, 'export' must be lowercase (you showed it all upper).

I don't think you should need this though as jdk's after 1.2 (i think) 
did not need the base classes added to the classpath.

You may need to export JAVA_HOME=/usr/local/jdk1.3.1_03

HTH,
gary.


Hunter Hillegas wrote:

>I am having trouble with the jboss_init_redhat.sh script included with the
>distro...
>
>It starts JBoss just fine but when it is started that way, Jetty can't
>compile any JSPs... I think it is because it can't find the compiler...
>
>I added a statement like this to the script:
>
>CLASSPATH=/usr/local/jdk1.3.1_03/lib/tools.jar
>EXPORT CLASSPATH
>
>In the hope that would solve it... But no luck...
>
>Any ideas what I am doing wrong?
>
>Thanks,
>Hunter
>
>
>_______________________________________________________________
>
>Multimillion Dollar Computer Inventory
>Live Webcast Auctions Thru Aug. 2002 - http://www.cowanalexander.com/calendar
>
>
>
>_______________________________________________
>JBoss-user mailing list
>[EMAIL PROTECTED]
>https://lists.sourceforge.net/lists/listinfo/jboss-user
>



_______________________________________________________________

Multimillion Dollar Computer Inventory
Live Webcast Auctions Thru Aug. 2002 - http://www.cowanalexander.com/calendar



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

Reply via email to