• Most COVID-19 rules have ended in New Zealand.
    • You must still isolate for 7 days if you have COVID-19.
    • You must wear a face mask in healthcare facilities, such as hospitals. International travellers will not need proof of COVID-19 vaccination.
    From 13 September 2022, to enter New Zealand, you do not need proof of vaccination.

Andy

Administrator
Creative Team
User ID
1
Joined
7 Jan 2019
Messages
829
Reaction score
32
Points
28
how-to-launch-jnlp-on-linux-with-icedtea-web.png


So what's JNLP anyway?
Java Network Launch Protocol (JNLP) is a protocol which enables an application to be launched on a client desktop by using resources that are hosted on a remote web server.

The standard way of accessing Server iLO/IPMI or ScreenConnect client for Linux is via JNLP file downloaded from the server console. So, we'd need to find a tool which will allow us to launch these file on our Linux Desktop.

Install On Debian / Ubuntu
Bash:
sudo apt -y install icedtea-netx

Install on CentOS
Bash:
sudo yum -y install icedtea-web

Install on Fedora
Bash:
sudo dnf -y install icedtea-web

Install on Arch / Manjaro
Bash:
sudo pacman -S icedtea-web

Execute JNLP file on Linux
After installation, you can execute a JNLP file using the command line:
Code:
$ javaws file.jnlp
An alternative way of executing a JNLP file by double-clicking on the file itself 😃

Let me know by commenting down below if you find this article useful for you 👍
 
 Short URL:
Top