Any way to replace Java?

3 respuestas [Último envío]
Megver83
Desconectado/a
se unió: 12/21/2015

Not the language, the app owned by Oracle. Java is propietary software, and I have some programs written in java. Can I replace it or not?

Mzee
Desconectado/a
se unió: 07/10/2013

Hi there,

You can replace the proprietary Oracle package with OpenJDK (http://openjdk.java.net/). That's a free Java version. :-)

Megver83
Desconectado/a
se unió: 12/21/2015

Oh thanks you very much

onpon4
Desconectado/a
se unió: 05/30/2012

It sounds like you're a few years behind the times... OpenJDK isn't even some unofficial reverse-engineered thing. It's official, hosted on Oracle's servers, and as of Java 7 it's the reference implementation. You don't even get the proprietary Java runtime environment on most GNU/Linux systems unless you specifically go hunting for it.

In Debian-based systems, and this includes Trisquel, just install the "default-jre" package for the runtime environment, and the "default-jdk" package for the development kit. If you want the Java plugin, install the "icedtea-plugin" package.