#How to use -classpath and -sourcepath right?
1 messages · Page 1 of 1 (latest)
classpath is a list of folders and jars that your program will use during compilation and runtime
sourcepath, I never use it, I just pass the list of source folders to javac and never needed to use it