Closed baierd closed 1 year ago
I have just noticed that the gmp.jar
suffers from the same problem.
Is this the same as issue #64? It should have been fixed by #65, which is merged into master.
However, there is no release with this fix yet, you need to compile from master.
YES. I've used the latest release version (and i should have mentioned that!) Thanks for clearing this up!
Greetings, while trying to compile Apron with Java bindings i noticed that the apron.jar is not working. The reason is that you package the
.java
files into thejar
. You need to package theclass
files into thejar
instead.Best, Daniel