Use sudo apt install icedtea-netx to get the javaws command. Oracle Java 8 (Legacy)
Most distributions have this in their repositories. Ubuntu/Mint/Debian: sudo apt install icedtea-netx Fedora: sudo dnf install icedtea-web Run: Simply call the launcher from your terminal: javaws /path/to/your/file.jnlp ``` Use code with caution. Comparison of Linux JNLP Launchers OpenWebStart IcedTea-Web Oracle Java 8 License Open Source (GPL) Open Source (GPL) Proprietary (OTN) Java Version Support Java 8, 11, 17+ Java 8, 11 Java 8 only Auto-JRE Download Installation Ease High (Installer) High (Package Manager) Medium (Manual) Common Troubleshooting How can I start/run .jnlp on linux? - Super User java web start launcher download linux
Because standard OpenJDK distributions typically do not include a Web Start implementation, you must install a separate launcher to handle .jnlp files. OpenWebStart Use sudo apt install icedtea-netx to get the javaws command
The last official Oracle version to include a built-in Web Start launcher. It is useful for legacy enterprise applications that require a specific Oracle environment. It is useful for legacy enterprise applications that
Available as a .deb package for Ubuntu/Debian or a generic installer from the OpenWebStart Download Page . IcedTea-Web
The most popular modern replacement for Java Web Start. It is an open-source implementation that supports major JNLP features and automatically manages required Java runtimes for your applications.