nativelibs4java / BridJ

BridJ: blazing fast Java / C / C++ interop
https://code.google.com/archive/p/bridj/
Other
289 stars 77 forks source link

Java 9 #99

Closed trauchhaupt closed 6 years ago

trauchhaupt commented 6 years ago

Are there any plans to migrate BridJ to Java 9. The code now does not work due to restrictions to load resources from other modules (e.g. Platform.getResources(String path) ).

trauchhaupt commented 6 years ago

My colleague found out, that the problem has nothing to do with java 9, but the way the path is constructed for the usage of system classloader ( starting with "/" will not work here ).

msgilligan commented 5 years ago

PR #103 seems to address this issue.

Vampire commented 1 year ago

Yes it does, the author of that PR is the mentioned colleague :-D