python-javabridge icon indicating copy to clipboard operation
python-javabridge copied to clipboard

Support alternative architectures

Open rapgro opened this issue 5 years ago • 2 comments

https://github.com/LeeKamentsky/python-javabridge/blob/c7ccaed43ac7752c4ca361abb04fcb4e9ebdb069/javabridge/locate.py#L245

Why not just without explicit arches? `` if is_linux:

rapgro avatar Nov 15 '19 21:11 rapgro

ping? In Fedora we tend to restrict builds on x86_64 only though it's against general policy.

rapgro avatar Oct 01 '22 14:10 rapgro

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.

LeeKamentsky avatar Oct 01 '22 18:10 LeeKamentsky