You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/10/01 20:00:25 UTC

[GitHub] [netbeans] matthiasblaesing commented on pull request #4696: Update FlatLaf from 2.4 to 2.5

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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists