Just a couple of quickies
1) If I have a directory structure on a windows machine A/B/C and the
java command resides in C and I don't have the CLASSPATH/PATH variable set. If I'm in the A directory can I go
B/C/java myJavaprogram ? I can't get it to work but it might be for another reason.
2) Can anyone recommend a definitive place to read up about CLASSPATH, PATH etc showing how to run/compile Java in certain scenarios?
TIA