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.
sudo apt -y install icedtea-netx icedtea-plugin
and after thatjavaws yourfile.jnlp
and edit your post with the results? – emk2203 Oct 17 '20 at 07:36Reading state information... Done Package icedtea-plugin is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: icedtea-netx-common
E: Package 'icedtea-plugin' has no installation candidate
– Ashish Agarwal Oct 17 '20 at 07:40sudo apt -y install icedtea-netx-common icedtea-plugin
instead of the first command I suggested. – emk2203 Oct 17 '20 at 07:42update-java-alternatives -l
andwhich javaws
to the question – Pablo Bianchi Oct 17 '20 at 07:44Reading state information... Done Note, selecting 'icedtea-netx' instead of 'icedtea-netx-common' Package icedtea-plugin is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: icedtea-netx-common
E: Package 'icedtea-plugin' has no installation candidate
– Ashish Agarwal Oct 17 '20 at 07:55sudo apt -y install icedtea-netx icedtea-netx-common
. Please try again. – emk2203 Oct 17 '20 at 08:02Reading state information... Done Note, selecting 'icedtea-netx' instead of 'icedtea-netx-common' icedtea-netx is already the newest version (1.8-0ubuntu8). 0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded. – Ashish Agarwal Oct 17 '20 at 08:04
javaws yourfile.jnlp
? – emk2203 Oct 17 '20 at 08:05File is saved in desktop. Do I need to change location of file before running it.
– Ashish Agarwal Oct 17 '20 at 08:08netx: Invalid jnlp file NomuraConnect.jnlp
, it finds the file. Looks more like some incompatibility. Someone with more knowledge of jnlp workings needs to chime in. Please read this https://stackoverflow.com/questions/56473970/icedtea-version-1-8-is-unable-to-open-any-jnlp-file for more information. – emk2203 Oct 17 '20 at 08:14