FW: Sun revokes FreeBSD license for Java

Joris Verschoor j.verschoor at nefli.nl
Mon Jan 10 06:17:19 PST 2005


Ian G wrote:

>
> Actually that's not the case, you can tell the compiler
> to compile for 1.4 as a target, and it avoids such things.

Well, it was supposed to be like that, but it does not work..

C:\Java\jdk1.5.0\bin>javac -source 1.5 -target 1.4
javac: source release 1.5 requires target release 1.5

C:\Java\jdk1.5.0\bin>javac -source 5 -target 1.4
javac: source release 5 requires target release 1.5



More information about the freebsd-java mailing list