![]() |
|
|
|
|
|||||||
| 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 03:10 AM |
| GNU Classpath 0.97 (Default branch) | iBot | Software Releases - RSS News | 0 | 02-26-2008 12:00 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
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 | ||
|
|
|
|||
|
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 |