Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle and Java 1.5

Re: Oracle and Java 1.5

From: Laurenz Albe <invite_at_spam.to.invalid>
Date: 20 Jun 2006 14:10:26 GMT
Message-ID: <1150812624.300787@proxy.dienste.wien.at>


Paul Foerster <paul.foerster_at_gmx.net> wrote:
> javac -target 1.4 gives an error:
>
> javac: target release 1.4 conflicts with default source release 1.5
>
> Installed is this:
> $ java -version
> java version "1.5.0_07"

Maybe it will work if you try

javac -target 1.4 -source 1.4

Yours,
Laurenz Albe Received on Tue Jun 20 2006 - 09:10:26 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US