-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Artemis and Java on Mac #345
Comments
This hack worked for me on an M1 mac to be able to start Artemis and ACT from a terminal. At the time I did this about a year ago, Open JDK 18 was the latest. Now it's on 20. So if you use 20 then you'll need to edit bits of the following. I keep executables in a Get OpenJDK compiled for macOS/AArch64 from here: https://jdk.java.net/18/ . Extract into my Download Artemis, double click on dmg, so is visible in /Volumes. Copy the whole Artemis_Tools/ dir into ~/bin.
Open the app once in finder with right click -> open. Otherwise it won’t open in the terminal because is not trusted. Now running |
I just tried to download Artemis for the Mac as well and it doesn't work with the same error, "Requires Java 9". Going to java.com and downloading the latest JRE for Mac gives you a "Java 8" I think. I'm not a java guy so I have no idea why the jdks are released at number 18 etc and java with numbers 8 or 9 etc. But I just see that Artemis doesn't work with the latest Java release for Mac which is weird. https://www.java.com/en/download/ |
Just setting this up on a new Mac M3 Pro Sonoma 14.4. The same instructions as above work. This time I used the latest (at the time of writing) OpenJDK JDK 21.0.2 General-Availability Release. So this time my script
|
@OmniyaF |
in mac M1 I have installed Open JDK 11.0.9.1 (confirmed with Java - version) and Artemis 11.0.9.1 is not working says
"This application requires that Java 9 or later be installed on your computer." The Java path is correct.
any advice?
The text was updated successfully, but these errors were encountered: