GINsim / GINsim-python

Python bindings for GINsim and bioLQM
3 stars 2 forks source link

no longer works with openjdk 17 #20

Open pauleve opened 1 year ago

pauleve commented 1 year ago

Switching from openJDK 11 to 17, the py4j bridge no longer work with services (getTools() returns an empty list). The command line version still works apparently, so it seems to be an issue with py4j and/or the Py4J gateway.

Any idea how to debug that @aurelien-naldi ?

aurelien-naldi commented 1 year ago

Java 17 is supposed to be supported in Py4J 0.10.9.7, if we have some luck upgrading the dependency will be enough, but we can not use the current master branch, I'll see if I can backport this