Hello everyone.
At the moment I'm compiling all my .java files in the same directory where the javac program is. I know this is a bad idea.
How do I link it from the command line and let's say export the .class files to another directory of my choice.
ThanQ