java update

Status
Not open for further replies.

Wackoamd

Cadet
Joined
Jun 18, 2015
Messages
6
i need some help .

i installed mineos plugin and created a server , however here is where my problem starts.

i want to run a modded forge server and it errors in the console about some errors related to java.

i know from singleplayer minecraft it "needs" java 8 , is thee someway to update the java in freenas 9.3 stable.

if there is please , a step by step guide , cause im no freenas guru
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
It's not possible to upgrade the dependencies that ship with a plugin. But... I believe the following commands run in your mineos jail would accomplish what you want.
This would install java8 to the jail's standard location for applications (/usr/local) and I believe mineos will prefer to use this location for the java binary before the plugin's location (/usr/pbi/mineos-amd64).

Code:
pkg install openjdk8
service mineos restart
 
Status
Not open for further replies.
Top