Run Ubuntu JNLP

2

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 not execute a file .jnlp
How do I run this java?

    
asked by anonymous 19.10.2017 / 14:31

1 answer

2

I believe you need javaws

sudo apt-get install icedtea-netx

You can also try to follow some tutorial, such as this

    
19.10.2017 / 14:39