matthiasblaesing commented on PR #4696:
URL: https://github.com/apache/netbeans/pull/4696#issuecomment-1264465350
> @matthiasblaesing that change looks a good idea.
Thanks for having a look.
> I wonder if we should be pre-extracting the native libs similarly to [how
JNA module does
it](https://github.com/apache/netbeans/blob/master/platform/libs.jna/nbproject/project.properties)
here?
In theory a good idea, in practice extracting libraries needs a way to force
loading through `System#loadLibrary` with the basename only. In FlatLaf the
loading always goes through extraction and loading target with full path. We'd
need to modify this.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists