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
I am trying to install this module but the install is failing. It does not seem to find the right java install for my machine.
I have a machine that has x86_64 architecture. The java that is installed is i386 (/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.352.b08-2.el7_9.i386/jre/lib/i386/). It appears that the install runs this script
./find_java_libdir.sh x64 linux
Since it mentions x64 the script looks for an amd64 java install, which does not exist. How can I resolve this? I cant tell how the target_arch variable that gets passed gets set.
The text was updated successfully, but these errors were encountered:
I am trying to install this module but the install is failing. It does not seem to find the right java install for my machine.
I have a machine that has x86_64 architecture. The java that is installed is i386 (/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.352.b08-2.el7_9.i386/jre/lib/i386/). It appears that the install runs this script
./find_java_libdir.sh x64 linux
Since it mentions x64 the script looks for an amd64 java install, which does not exist. How can I resolve this? I cant tell how the target_arch variable that gets passed gets set.
The text was updated successfully, but these errors were encountered: