Cannon compile. Strange error.
I get this error...
1 error found:
File: (no associated file) [line: (no source location)]
Error: Compile exception: com.sun.tools.javac.util.ClientCodeException: java.lang.NullPointerException
...when I try to compile java code using Dr. Java. I can compile the old fashioned way using the command line but that is a hassle if I need to compile 100+ times per program.
I never got this error before until I downloaded JDK 1.6_1.
Whats up with this?

