I can compile a file by pointing it to the library folder it uses for it using the command javac -cp "path\\to\\lib\\file.jar" FileName.java.
javac -cp "path\\to\\lib\\file.jar" FileName.java
B