Velvet Star Monitor

Standout celebrity highlights with iconic style.

updates

How to run a .jnlp file in ubuntu server

Writer Sebastian Wright

I am trying to run a .jnlp (java) file in Ubuntu Server. This file is BitCoin minter. When I try to run it, it says access is denied.

2

1 Answer

Using the Iced Tea

sudo apt-get install icedtea-netx

followed by

javaws ~/Downloads/cgoban.jnlp
0