| Author |
classpath?
|
Mike Smith
Ranch Hand
Joined: Oct 01, 2004
Posts: 38
|
|
Greetings,I have downloaded J2SE Software Development kit(SDK), includes NetBeansIDE.On my C isk are these 2 files-j2sdk1.4.2_04 and j2sdk-1_4_2_04-nb-3_6-bin-w... .Which one of these files should I use to set the classpath?, or am I already going in the wrong direction? Just starting to try to learn Java. Thank You!
|
 |
Julia Reynolds
Ranch Hand
Joined: May 31, 2001
Posts: 123
|
|
Mike, Here are instructions on how to set the classpath. http://faq.javaranch.com/view?HowToSetTheClasspath Julia
|
 |
Mike Smith
Ranch Hand
Joined: Oct 01, 2004
Posts: 38
|
|
JR,Thank you for reply,will try this evening.I'll let you know results by this time tomorrow.Thanks Again!
|
 |
Layne Lund
Ranch Hand
Joined: Dec 06, 2001
Posts: 3061
|
|
Setting the system CLASSPATH is only useful if you are using the command line. Even then, it isn't typically necessary when you are beginning to learn the language. If you are using NetBeans, you probably don't need to bother either since it uses its own internal CLASSPATH and ignores the system's altogether. If you need specific help with NetBeans, you should visit our IDE forum. Layne [ December 01, 2004: Message edited by: Layne Lund ]
|
Java API Documentation
The Java Tutorial
|
 |
Mike Smith
Ranch Hand
Joined: Oct 01, 2004
Posts: 38
|
|
|
Layne Lund thank you for reply.This was what I needed, someone to steer me in the right direction.Have a couple of books,but it helps to be able to recieve some help along the way.Thanks again!MJH
|
 |
Mike Smith
Ranch Hand
Joined: Oct 01, 2004
Posts: 38
|
|
|
Julia Reynolds, Layne Lund,Thank you for the help.MJH
|
 |
 |
|
|
subject: classpath?
|
|
|