I am running Windows 98 but I don't see the environment option under my system icon in the Control Panel, to lookup the classpath. How do I look up the existing classpath from DOS? I've researched this on the web but I only get information on how to set it - just not how to see it. Thanks for any help. Paul
Compile and run this code. Look for java.class.path about in the middle of all of the other properties. Of course if you are REAL clever you can call just the one property using getProperty("java.classs.path");, but this works.
"JavaRanch, where the deer and the Certified play" - David O'Meara
I value both of your responses greatly but I have to say, Michael's answer was what I was actually looking for. But to be diplomatic, I now know about this little Java feature that Cindy mentioned and I'm a better Java lad overall. Paul