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?

[492 byte] By [Galm_1a] at [2007-11-27 5:01:23]
# 1
> I never got this error before until I downloaded JDK 1.6_1. http://www.drjava.org/faq.shtml#supported-versions~
yawmarka at 2007-7-12 10:18:45 > top of Java-index,Java Essentials,New To Java...
# 2
That doesn't help me at all. The Dr. Java I have claims to be compatible with JDK 1.6 and I only have one tools.jar file on my computer and that belongs to JDK 1.6_1!On a side note, can I somehow fix the title of my topic? I didn't see the typo until just now...
Galm_1a at 2007-7-12 10:18:45 > top of Java-index,Java Essentials,New To Java...
# 3
This is a Dr Java problem. It requires either the JDK 5.0 or the J2SE v 1.4.2 SDK installed on your system. See the first question here http://www.drjava.org/faq.shtmlHope That Helps
java_2006a at 2007-7-12 10:18:45 > top of Java-index,Java Essentials,New To Java...
# 4
Bummer. I don't know where I saw it would work with 1.6. Oh well.
Galm_1a at 2007-7-12 10:18:45 > top of Java-index,Java Essentials,New To Java...