Re: How to set classpath in linux

2002-03-12 Thread Gordon Messmer
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

How to set classpath in linux

2002-03-12 Thread Jianping Zhu
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 Jianping Zhu Department of Computer Science Univerity of Georgia Athens, GA 30602 Tel 706 5423900 --