bcdev / jpy

A bi-directional Python-Java bridge used to embed Java in CPython or the other way round.
Apache License 2.0
187 stars 37 forks source link

jpy not cleanly compiling; with moderate chgs to compile, jpy not passing its own test on MacOS - JAVA 11 #196

Open octopus44 opened 3 years ago

octopus44 commented 3 years ago

The large government agency for whom I work, would like to use your jpy library. We could not get a clean compile after downloading the source. Also, I made a few changes by reading your issues log to get a clean compile. Then when I ran the tests I get the following 3 errors making the library useless to us. Could one of your committer's take a look? I am happy to join the team to make the corrections necessary, if you could describe what would fix the problem.

Was wondering if you have tested your library using MacOS and JAVA11. I have done a compile locally and have 91 tests passing in JAVA with two errors.

The build works: image

The python array error: image image

The python type error: image

image

image

image

One error in Java tests image