Friday, 4 December 2015

How to run .jlnp file on Ubuntu

To install javaws under Ubuntu 12.10/12.04 and Linux Mint 14/13 or older, open the terminal and run these commands:

sudo apt-get install icedtea-netx

Via the terminal, cd to the folder containing your plnp file and run this command:

javaws filename.jlnp

No comments:

Post a Comment