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
I'm a little unclear on your specific requirements, but what your asking is almost certainly possible. You might want to take a look at the javac options, and see what you can find that will help you.
http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javac.html#options
For example, for the external .jars you need, those need to be included in your classpath using the -classpath option.