adoptopenjdk-icedtea-web
adoptopenjdk-icedtea-web 1.8.8
Java web browser plugin and an implementation of Java Web Start
<rendered-html><p>A Free Software web browser plugin running applets written in the Java programming language and an implementation of Java Web Start, originally based on the NetX project.</p> </rendered-html>
https://github.com/adoptopenjdk/icedtea-webGNU General Public License v2.0 onlyClasspath exception 2.0
programs: itweb-settings, policyeditor, javaws
Platforms (24)
arc-linuxmips-linuxloongarch64-linuxpowerpc64le-linuxaarch64-linuxriscv32-linuxi686-linuxpowerpc-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ adoptopenjdk-icedtea-web ];
Ad-hoc shell
nix-shell -p adoptopenjdk-icedtea-web
Flake (nix run)
nix run nixpkgs#adoptopenjdk-icedtea-web