From: Charles R. <cr...@ri...> - 2003-02-05 16:48:49
|
Since the minimum requirement for running DrJava is JDK 1.3, we must use the 1.3 Javadocs when developing code. There was recently a commit which used Color.BLACK, which only exists in Java 1.4. (In 1.3, it's Color.black.) As a result, people using Java 1.3 won't be able to compile. (And that includes me, since I have to compile releases with 1.3.) We won't require you to use JDK 1.3 when developing, but just work from the 1.3 Javadocs when you can to avoid problems like this. Thanks, Charlie |