I\'m working on a very large project that has associated class files in multiple directories, all stemming from the root dir \\src.
I\'m trying to compile a file in
javac comes with two options, that might help you her:
-c path/to/one/jar;path/to/another/jar
-s path/to/src/solution/java;path/to/src/test/java