On Tue, 2002-03-12 at 08:50, Jianping Zhu wrote:
> In Unix I can use like 
> setenv CLASSPATH .:classes:/mydir/OB.jar 
> to setup classpath(not env varible)
> 
> How can I do it in linux
> Thanks

'setenv' is used by csh, which you can use if you set your shell to
'tcsh'.

When using bash, set the variable like this:
CLASSPATH=.:classes:/mydir/OB.jar
export CLASSPATH




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to