| Author |
classpath setting
|
Sumeet D Kale
Greenhorn
Joined: Jul 16, 2002
Posts: 1
|
|
Hello What would happen if setting classpath as C:\JDK1.3\bin;;C:\userFolder Or what is the difference between C:\JDK1.3\bin;;C:\userFolder and C:\JDK1.3\bin;C:\userFolder plz let me know ...
|
 |
Frank Carver
Sheriff
Joined: Jan 07, 1999
Posts: 6913
|
|
I'd guess not a lot of difference. One thing I will mention, though, is that setting a classpath entry to C:\JDK1.3\bin is not a good idea. "bin" is where the executables (java, javac etc.) are located, not where any usable classes can be found.
|
A Convergent Visionary ~ Frank's Punchbarrel Blog ~ LinkedIn profile
|
 |
Marilyn de Queiroz
Sheriff
Joined: Jul 22, 2000
Posts: 9033
|
|
I'm wondering if you mean C:\JDK1.3\bin;.;C:\userFolder rather than C:\JDK1.3\bin;;C:\userFolder But even this probably won't make any difference.
|
JavaBeginnersFaq
"Yesterday is history, tomorrow is a mystery, and today is a gift; that's why they call it the present." Eleanor Roosevelt
|
 |
 |
|
|
subject: classpath setting
|
|
|