This shows you the differences between two versions of the page.
| — |
linux:installing_sun_jre [2020/06/01 22:53] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Installing Sun JRE ====== | ||
| + | Download the Linux Self-Extracting file from [[http://www.sun.com|Sun]]. | ||
| + | |||
| + | Change the permissions so that it's executable. | ||
| + | |||
| + | chmod +x jre-<version>.bin | ||
| + | |||
| + | Execute it. It should install to /usr/java/jre<version>. | ||