java – Executar JNLP Ubuntu

Question:

My current version of java is as follows:

openjdk version "1.8.0_131"
OpenJDK Runtime Environment (build 1.8.0_131-8u131-b11-2ubuntu1.16.04.3-b11)
OpenJDK 64-Bit Server VM (build 25.131-b11, mixed mode)

But I can't run a .jnlp file
How do I run this java?

Answer:

I believe you need javaws

sudo apt-get install icedtea-netx

You can also try following some tutorial, like this one.

Scroll to Top