trufflesqueak
trufflesqueak copied to clipboard
Implement primitiveCalloutToFFI (primitive 120) and SqueakFFIPrims
Looks like we can use -Djava.library.path=... to add lib/ as a library path for shared libraries: https://bugs.openjdk.java.net/browse/JDK-8213772
So there's not need to use absolute paths for libraries within the code.