Posted September 28, 2022 by eggmceye
The Crypt Wizard Linux version is simply just the jar files, with the Linux natives bundled with.
Crypt Wizard needs a version of Java 8 Runtime installed. Version 13 won't do!
You can use the open source, non-Oracle version of Java called OpenJDK, which you can get from
https://www.openlogic.com/openjdk-downloads
You will need to select the following version:
you can then unpack that into /opt (for example) or wherever you like.
Then, from the command line, cd into your crypt wizard directory and type ...
(assuming open jdk went into /opt/openlogic-openjdk-jre-8u342-b07-linux-x64)
something like:
/opt/openlogic-openjdk-jre-8u342-b07-linux-x64/bin/java -cp "*:slick/lib/*:slick/*" -Djava.library.path=slick engine.SlickBasicGame
Good luck!