developersu / ns-usbloader

Awoo Installer and GoldLeaf uploader of the NSPs (and other files), RCM payload injector, application for split/merge files.
GNU General Public License v3.0
1.87k stars 127 forks source link

Gentoo Linux required Java package #9

Closed tantoinet closed 5 years ago

tantoinet commented 5 years ago

On Gentoo Linux, it seems that jre11 can be installed using emerge virtual/jre:11, or by enabling the unstable oracle-jdk-bin-11.0.2 in /etc/portage/package.accept_keywords, emerging it and using the /opt/oracle-jdk-bin-11.0.2/bin/java (if I recall well)

developersu commented 5 years ago

It's not necessary to use oracle's one. In same time I have some issues with IcedTea. Let me show you what I did.

root# echo dev-java/openjdk-bin ~amd64 >> /etc/portage/package.accept_keywords
root# emerge dev-java/openjdk-bin
user$ eselect java-vm set user  openjdk-bin-11

My setup:

$ eselect java-vm list
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm
  [2]   openjdk-bin-11  user-vm

OR try dev-java/oracle-jdk-bin (amd64 stable tree for Java 8). It should also works. Even as system-vm & user-vm same time.

developersu commented 5 years ago

I assume this issue solved