Dear All,
Am I mistaken in thinking that the only way you used to be able to compile and execute a
java program is like this:
javac path/path/MyFile.java
java path/MyFile
Also, I have noticed that the above only works for me from the command line two directories above the file
From where has all this -cp business come from?
I cannot get -cp to work for me on my Mac. Please help. Thanks for any help that you can give.