Artemis
Artemis copied to clipboard
Artemis will not run with newest Java
Just installed Artemis 18.0.3 on OSX 10.15.7 with the Java 15.0.2 and get the "This application requires that Java 9 or later be installed".
Java was installed via brew.
(I can get Artemis to run if I run the ./art script from the command line)
Yes, ACT too will not run on windows: JNI error.
I see the same issue as @deprekate, with Java 18:
% java --version [3:09:29]
java 18.0.1.1 2022-04-22
Java(TM) SE Runtime Environment (build 18.0.1.1+2-6)
Java HotSpot(TM) 64-Bit Server VM (build 18.0.1.1+2-6, mixed mode, sharing)
I'm using macOS 12.4
Executing the art script under Artemis.app works, but executing the installed Artemis app does not.
I hav the same issue here. run java -jar bamview.jar (bamview/Contents/Java/bamview.jar) works but double click Bamview.app does not.
Should be a version bug here.
Jianshu