You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using jenv plus the export plugin, the JAVA_HOME does not work with jpy.
The JAVA_HOME is a symlink. Possibly this is causing problems.
If JAVA_HOME is set to <JAVA_HOME_from_jenv>/libexec/openjdk.jdk/Contents/Home, then jpy works properly.
The text was updated successfully, but these errors were encountered:
Hi, the hint about JAVA_HOME being a symlink bit me as well. I am using homebrew to manage openjdk and had to set my JAVA_HOME to be /opt/homebrew/opt/openjdk@17/libexec/openjdk.jdk/Contents/Home for it to work properly on my machine
jenv is a mac utility for switching between different java versions. jenv has an
export
plugin to set theJAVA_HOME
to the selected version.See here for details on enabling the
export
plugin.https://github.com/jenv/jenv
When using jenv plus the export plugin, the
JAVA_HOME
does not work with jpy.The JAVA_HOME is a symlink. Possibly this is causing problems.
If JAVA_HOME is set to
<JAVA_HOME_from_jenv>/libexec/openjdk.jdk/Contents/Home
, then jpy works properly.The text was updated successfully, but these errors were encountered: