Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jan 2005 15:17:25 +0100
From:      Joris Verschoor <j.verschoor@nefli.nl>
To:        Ian G <iang@iang.org>
Cc:        java@freebsd.org
Subject:   Re: FW: Sun revokes FreeBSD license for Java
Message-ID:  <41E28E75.8010208@nefli.nl>
In-Reply-To: <41E28BEF.1070604@iang.org>
References:  <Pine.LNX.4.44.0501071006420.16858-100000@matrix.gatewaynet.com> <41DE4504.5040300@ebs.gr> <2569.216.220.59.169.1105114005.squirrel@216.220.59.169> <41E247F2.2070605@nefli.nl> <20050110102730.GA31285@mongers.org> <41E25A39.9040506@nefli.nl> <41E27513.9030909@iang.org> <41E27800.3030800@nefli.nl> <41E28BEF.1070604@iang.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41E28E75.8010208>