Closed GoogleCodeExporter closed 9 years ago
Yes, it requires Java 6 and it's one of its dependencies. Java 5 has reached
end of service life at Oracle and the last release of it was almost a year ago.
I think that if you use standard .deb files to install and upgrade java like
any other program, java6 will be the system default and you'd have to run java5
explicitly if you needed it.
Original comment by lehph...@gmail.com
on 25 Oct 2010 at 12:09
if I let java6 be the default, I can't build android AOSP.
My opinion is that apps need to ask for the java that they need if they have
dependancies. I realize that this applies for AOSP too, and I'm pushing them
too.
Original comment by mcharl...@gmail.com
on 25 Oct 2010 at 3:58
A java 6 compiler is able to compile source code to run in java 5 if you use
the -target option see:
http://download.oracle.com/javase/1.4.2/docs/tooldocs/windows/javac.html
The multiplatform app explicitly asks for Java6, here is the dependency
declaration: sun-java6-jre | sun-java6-jdk | openjdk-6-jre | openjdk-6-jdk
Original comment by lehph...@gmail.com
on 25 Oct 2010 at 4:10
Original issue reported on code.google.com by
mcharl...@gmail.com
on 25 Oct 2010 at 2:34