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
Alternative solutions welcome. I guess one would be to treat all the directories under <JAVA_HOME>/lib as architectures and search client and server for libjvm.so. Using a pathlib glob expression would be more modern.
python-javabridge/javabridge/locate.py
Line 245 in c7ccaed
Why not just without explicit arches?
``
if is_linux:
The text was updated successfully, but these errors were encountered: