Published June 8, 2011 | https://doi.org/10.59348/nhy1y-n0y17

Six lines to get Sun Java running on Fedora 15 x64

  • 1. ROR icon University of Sussex

Here's a quick 'n' easy version of another post that uses the rpm instead of the extracting to opt.

{% highlight bash %} wget http://download.oracle.com/otn-pub/java/jdk/6u25-b06/jre-6u25-linux-x64-rpm.bin chmod +x jre-* sudo ./jre-* sudo alternatives --install /usr/bin/java java /usr/java/jre1.6.0_25/bin/java 20000 sudo alternatives --install /usr/bin/javaws javaws /usr/java/jre1.6.0_25/bin/javaws 20000 sudo alternatives --install /usr/lib64/mozilla/plugins/libjavaplugin.so libjavaplugin.so.x86_64 /usr/java/jre1.6.0_25/lib/amd64/libnpjp2.so 20000 {% endhighlight %}

Enjoy.

Six lines to get Sun Java running on Fedora 15 x64 was originally published by Martin Paul Eve at Martin Paul Eve on June 08, 2011.

Additional details

Description

Here's a quick 'n' easy version of another post that uses the rpm instead of the extracting to opt.

Identifiers

UUID
49b0603d-a02b-4899-8309-ae8a80297ef1
GUID
https://doi.org/10.59348/nhy1y-n0y17
URL
https://eve.gd/2011/06/08/six-lines-to-get-sun-java-running-on-fedora-15-x64

Dates

Issued
2011-06-08T15:55:58
Updated
2011-06-08T15:55:58