Well i thought i'd give the game a try again.I thought you'd appreciate that little tidbit. XD
Try building it yourself usingYou must be registered to see the links. It's set up to build against OpenJDK 11, but it should work through JDK 15 simply by changing the version number properties. If you want to use newer JDKs you'll also need to add the org.openjdk.nashorn Maven package and change the following lines in the UtilText class:
…to this:Java:import jdk.nashorn.api.scripting.NashornScriptEngine; import jdk.nashorn.api.scripting.NashornScriptEngineFactory;
I've been running LT like this for quite a while on both macOS and Linux with zero issues. Hell, judging by some of the comments here, it sounds like using a version of JavaFX that isn't maintained by Oracle actually yields better results. Go figure.Java:import org.openjdk.nashorn.api.scripting.NashornScriptEngine; import org.openjdk.nashorn.api.scripting.NashornScriptEngineFactory;
Sadly i couldn't get the game running on linux. I was able to compile it with maven, and package it, but i was getting a exception error related the lang class. It's not like i use java often, and last time i compiled a project was likely 5 years ago on windows OS.
I'm just going to mess around on my VM. If i decide i care enough, i'll debug my setup later.
Thanks for the pom