Java

From gr0x0rd
Revision as of 18:07, 25 November 2016 by Gr0x0rd (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Configuring Software - java

Sadly, at some point you are going to have to use the slow, memory hungry cross-platform debacle known as java. The default java environment is the icedtea flavor, which I have found to be less than compatible with the java applications I use (Cisco, Supermicro IPMI, and so on). So the oracle JDK is your best bet.

$ sudo emerge -av oracle-jdk-bin

You will need to merge some changes to /etc/portage/package.license, then fetch the latest .tar.gz file from the Oracle site (portage will provide a link for you). Once that's done, copy the file to /usr/portage/distfiles and try the emerge again.


You should now have a working java framework.