Post date: May 15, 2016 12:06:38 AM
Question! How to run a jnlp file under terminal.
Answer! Open up a console or terminal then type the following command :
sudo apt-get install icedtea-netx
Then type the following command always in the console while in the target file's directory :
javaws filename.jlnp
Note! Replace "filename" by the name of the file you want to run.