I have installed the dev kit, here is my error:
The application has requested a version of the JRE (version 1.8+) that is not installed
<?xml version="1.0" encoding="utf-8" ?>
<jnlp codebase="http://game.havenandhearth.com/java/" spec="1.0+">
<information>
<title>Haven and Hearth</title>
<vendor>Seatribe</vendor>
<description>The Haven game</description>
<homepage href="http://www.havenandhearth.com/" />
<icon href="icon.gif" />
<icon href="splash.gif" kind="splash" />
</information>
<security>
<all-permissions />
</security>
<resources>
<j2se max-heap-size="512M" version="1.8+" />
<java max-heap-size="512M" version="1.8+" />
<jar href="hafen.jar" />
<extension href="http://game.havenandhearth.com/java/hafen-res.jnlp" name="jogl" />
<extension href="http://game.havenandhearth.com/java/jogl2/jogl-all-awt.jnlp" name="jogl" />
<property value="f4c942e1bb3f6413642b7adb988d78c2d004215d1cedda3cd1c7d3bda4087111" name="jnlp.haven.authck" />
<property value="off" name="jnlp.haven.fullscreen" />
<property value="game.havenandhearth.com" name="jnlp.haven.defserv" />
<property value="http://game.havenandhearth.com/hres/" name="jnlp.haven.resurl" />
<property value="http://game.havenandhearth.com/java/error" name="jnlp.haven.errorurl" />
<property value="Porterwake" name="jnlp.haven.authuser" />
</resources>
<application-desc />
</jnlp>
- Code: Select all
mf23-wgreenwood:~ wgreenwood$ java -version
java version "1.8.0_91"
Java(TM) SE Runtime Environment (build 1.8.0_91-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.91-b14, mixed mode)
Last edited by Porterwake on Thu Apr 21, 2016 12:11 am, edited 1 time in total.