6

I am new to Ubuntu 20.04 (or say any version).

I recently upgraded my PC from Ubuntu 18.04 to Ubuntu 20.04.

While in Ubuntu 18.04 I was able to login to my company from file *.jnlp. Required Java version 1.8.

However, after upgrade to Ubuntu 20.04, I am not able to login to my company now.

I am not sure what steps to be taken to run the JNLP file and login.

Pablo Bianchi
  • 17,371

1 Answers1

9

The current package you need to install for .jnlp to run is:

sudo apt install icedtea-netx
Kulfy
  • 18,154