You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Only few
SqueakFFIPrims
are implemented so far. We probably want to use Truffle NFI for this.The text was updated successfully, but these errors were encountered: