diff options
author | Rob Austein <sra@hactrn.net> | 2019-09-15 22:14:36 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2019-09-15 22:14:36 +0000 |
commit | 27d1b74e6448f1a3a455e94b7f7dd307f86a0c48 (patch) | |
tree | c814cc0fa577967a3b7fef06762103a41423eec1 /README.md | |
parent | 52bd9bb98c5a43865e4bd7705636ce9e25148d13 (diff) |
Hack for JavaSE instead of OpenJDK
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -16,12 +16,12 @@ Something along the lines of the `run.sh` formulation might work well as the command portion of a tunneling `ssh -L 5900:127.0.0.1:5900` command. This version is based on Ubuntu rather than Debian, because I was -trying to get the icedtea-web Java Plugin stuff to work. Still fails, -too many things know that no browser supports this crap anymore. +trying to get the icedtea-web Java Plugin stuff to work. Didn't work, +but then I tried a recipe for getting Java SE instead of OpenJDK, and +that does seem to work. Might work equally well on Debian. -In theory, we might be able to get somewhere by building icedtea -ourselves, or using an old packaged version. See: - -* <https://github.com/AdoptOpenJDK/icedtea-web> -* <https://packages.debian.org/source/stretch/icedtea-web> +Sadly, this approach requires one to download JRE directly from +Oracle, get an account, and check through a license agreement, so I +can't just give it away, you'll have to download the JRE yourself. +[Kate's reference on installing Java](https://www.wikihow.com/Install-Oracle-Java-on-Ubuntu-Linux) |