> Nikolaus Rumm wrote:
> 
> Hello,
> 
> I just tried to recompile Jonas, but I have problems with the JAVACC
> environment setting.
> I downloaded the JavaCC1_1.class from Metamata. IMHO the JAVACC setting must
> point to a shell script or ane executable. Is this correct ?
> If so, can anyone give me a hint on ho to implement the shell script (I have
> no Unix-experience, sorry).
> 
> Thx
> 
> Nikolaus
> 
> 

Hi Nikolaus,

The script 'javacc' was created when installing the JavaCC version 1.0.
It seems not to be the case with JavaCC version 1.1.
Here is the 'javacc' 1.0 script.
Hope this help.

Best regards.
H�l�ne.

-------------------------------------------------------
#!/bin/sh
# This file was created by jinstall
if [ -z ${CLASSPATH:=""} ] ; then
        CLASSPATH=/server/products/sun/JavaCC/JavaCC1_0/JavaCC.zip
else
        CLASSPATH=/server/products/sun/JavaCC/JavaCC1_0/JavaCC.zip:${CLASSPATH}
fi
export CLASSPATH
exec java -Dinstall.root=/server/products/sun/JavaCC/JavaCC1_0/
COM.sun.labs.javacc.Main "$@"

-- 
-=- H�l�ne JOANIN -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  mailto:[EMAIL PROTECTED]    http://www-frec.bull.com
  Phone: 33.4.76.29.73.53          Fax: 33.4.76.29.76.00
 Download our EJB Server JOnAS at http://www.bullsoft.com/ejb
_______________________________________________________________
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".

Reply via email to