diff options
author | Rob Austein <sra@hactrn.net> | 2019-09-14 21:24:10 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2019-09-14 21:24:10 +0000 |
commit | 02297786e114ed0a9c2e084785db511ba281224a (patch) | |
tree | 55f0f74033ebf5c59bf6b7a094fbc4ed8dddc4f0 | |
parent | f03f999dd75729f0cbff9f650d9eb88d0e50c83f (diff) |
Add icedtea notes to README.
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -14,3 +14,14 @@ See `create.sh` and `run.sh` for ways one might use the image. 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. + +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> + |