Community
Participate
Working Groups
loadLibrary in org.eclipse.swt.internal.Library able to locate shared libraries because osgi class loaders overload the load function to provide resource location services. Otherwise a path is specified through java.library.path. For loading the the SWT WebKit extension which will be created to support execution of custom JavaScript (Bug 430538) a path is needs to be passed to WebKit. So a function which follows the search path of loadLibrary and returns a path the library is needed. The patch proposed here: https://git.eclipse.org/r/#/c/25157/ adds this function.
Make it Block the main bug for accountability. Whether this would be applied depends on the path taken for js execution.
Another path was taken.