jdk 9 install

4 risposte [Ultimo contenuto]
User0
Offline
Iscritto: 09/20/2017

How to install jdk 9 to trisquel ?

Magic Banana

I am a member!

I am a translator!

Offline
Iscritto: 07/24/2010

https://help.ubuntu.com/community/Java#OpenJDK_Java_9 suggests to compile it. I would first try to manually download https://packages.ubuntu.com/xenial/openjdk-9-jdk , try to install it (with 'sudo dpkg -i' or double-clicking on the .deb file if you installed GDebi), discover what dependencies are missing, get them on https://packages.ubuntu.com and try to install them, etc. It is dependency hell but it sometimes has an happy end. You do not want to go as far as substituting basic packages such as libc6 though!

SuperTramp83

I am a translator!

Offline
Iscritto: 10/31/2014

> It is dependency hell

It is hell, period, a terrible practice I would have never expected from senor Bananna :/

Compile \o/

Magic Banana

I am a member!

I am a translator!

Offline
Iscritto: 07/24/2010

Well, compiling OpenJDK 9 requires having OpenJDK 8: it is "compilation dependency hell", what looks more time consuming than just "dependency hell".

SuperTramp83

I am a translator!

Offline
Iscritto: 10/31/2014

ignore