-
Notifications
You must be signed in to change notification settings - Fork 124
MacOS High Sierra - Nightcode can't access Java #239
Comments
Are you running nightcode as a jar, or did you use an installer? Also, by "manually" do you mean you extracted java yourself, or did you use a package manager? I've definitely had issues with the path before, especially when not using a normal java installer. |
I used the .dmg installer for MacOS to get the app. |
So the Nightcode jar file runs from the terminal, but not from the Finder? And when you run Nightcode.app (rather than the jar), it runs but the REPL does not? One thing worth trying is setting the JAVA_HOME environment variable. Not sure if it affects things but perhaps it is what the system looks for when not running via the terminal. |
I have set Java_Home, but I think it seems MacOS expects Java to be installed in /Library. A symlink should help fix this, once I can figure out where it needs to be placed. |
I had installed Java manually into /usr/local and have it in my path. I am able to run both Java and Clojure in cli. However when I run Nightcode it is not able to start the REPL and states "No Java runtime present, requesting install."
Is there a specific configuration option to allow Nightcode to access my Java install?
The text was updated successfully, but these errors were encountered: