![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Classpath | Rachel Ross | UNIX for Dummies Questions & Answers | 0 | 07-19-2008 09:13 AM |
| GNU Classpath 0.97.2 (Default branch) | iBot | Software Releases - RSS News | 0 | 06-06-2008 08:10 AM |
| how to set classpath in cron | sari | Shell Programming and Scripting | 1 | 04-21-2008 06:48 AM |
| GNU Classpath 0.97.1 (Default branch) | iBot | Software Releases - RSS News | 0 | 03-13-2008 04:10 AM |
| GNU Classpath 0.97 (Default branch) | iBot | Software Releases - RSS News | 0 | 02-26-2008 01:00 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Classpath
This question is realted to UNIX and Java.
I sing in to a UNIX server and I want to change my CLASSPATH locally, so it won't affect any other users CLASSPATHS. Is the command 'export PATH=...' the way to do it? Thanks. |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Yes, except that it would be CLASSPATH instead of PATH.
|
|
#3
|
|||
|
|||
|
oh yeah... PATH is for the executables.... thanks.
BTW - will the changes remain also after the shell is terminated, for the next time I sign in? |
|
#4
|
|||
|
|||
|
that is the command if you're using bash or ksh. if you're using csh, then it'll be setenv CLASSPATH ...
The changes will not remain, if you want them to be set everytime you login, you can make changes to your shell startup files |
|
#5
|
|||
|
|||
|
Got it. thanks!
|
|||
| Google The UNIX and Linux Forums |