badvision / jace

Java Apple Computer Emulator
Apache License 2.0
66 stars 19 forks source link

Fails to start on Fedora 26 with Java 1.8 #33

Closed gungwald closed 4 months ago

gungwald commented 7 years ago

This is with the latest release:

bill @ hpcompaq6710b ~/Dropbox/lib $ java -version
openjdk version "1.8.0_141"
OpenJDK Runtime Environment (build 1.8.0_141-b16)
OpenJDK 64-Bit Server VM (build 25.141-b16, mixed mode)
bill @ hpcompaq6710b ~/Dropbox/lib $ java -jar jace.jar 
Error: Could not find or load main class jace.JaceApplication
bill @ hpcompaq6710b ~/Dropbox/lib $ 
badvision commented 4 months ago

I have overhauled this to build with Java 17 and Java 22. It is recommended to use the Gluon version of GraalVM if you wish to build a native version. See the updated readme for more information. OpenJDK 22 should also work if you just want to run this as a Java application and not build a native version.