Sign in to follow this  
Nerdacus

[Resolved] Java security preventing the game from launching

Recommended Posts

I just installed Linux Mint 19 and Oracle Java 8 on my laptop.  Every time I try to launch the game I keep getting a window that tells me Java blocked it from doing its thing even though I have http://wurmonline.com on the exception list.  I still have the same problem when I disable Java security.  Can some one help a brother out?  I sort of a new Linux user and all this extra mucking around to get anything to work is really frustrating.  

Share this post


Link to post
Share on other sites

/usr/java/jre1.8.0_151/bin$ sudo ./javaws wurmclient.jnlp

Share this post


Link to post
Share on other sites
1 hour ago, Baloo said:

/usr/java/jre1.8.0_151/bin$ sudo ./javaws wurmclient.jnlp

 

Is that a typo?

Share this post


Link to post
Share on other sites

I got it working.  Apparently I was using the wrong Java console.

Share this post


Link to post
Share on other sites

I strongly recommend to not use

sudo

to start java webstart. Java webstart is downloading the application (may also contain native code) and executes it.

Be careful with using root permissions.

  • Like 1

Share this post


Link to post
Share on other sites
On 7/10/2018 at 10:03 PM, Nerdacus said:

I got it working.  Apparently I was using the wrong Java console.

 

I want to clarify as I just had the same issue. With a fresh install of Linux Ubuntu / Mint, OpenJDK11 is installed and set to the default.  You will need to first install Java 8, then set Java 8 to be the default.

 

Install Java 8:

http://www.webupd8.org/2012/09/install-oracle-java-8-in-ubuntu-via-ppa.html

 

Set default version & remove old: (You really only have to go as far as changing the default )

https://www.2daygeek.com/remove-uninstall-oracle-java-openjdk-on-ubuntu-centos-debian-fedora-mint-rhel-opensuse/

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this