Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle and Java 1.5
Hi Vladimir,
> You can't load 1.5 bytecode into Oracle until Oracle VM is
> upgraded to 1.5 (which may not happen until next release,
> which is not in sight yet.) Have you tried compiling for 1.4
> VM target (javac -target 1.4)? Do you use any specific
> Java 5 features that you can't live without?
... thanks for this. This is at least a statement. I search the web a long time now and haven't found anything.
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"
As I said it works with 1.4, ie. switching the complete environment with JAVA_HOME, etc. So I have to compile with 1.4, which is just as bad as -target 1.4 would probably be.
Anyway, thanks for the information. This helps a lot.
-- cul8er Paul paul.foerster_at_gmx.netReceived on Tue Jun 20 2006 - 06:38:07 CDT
![]() |
![]() |