matthiasblaesing commented on PR #4696:
URL: https://github.com/apache/netbeans/pull/4696#issuecomment-1264675089

   @neilcsmith-net thank you for the pointer - I looked one level to deep. What 
do you think about this:
   
   
https://github.com/apache/netbeans/commit/6781772b899fdfeaf855ed6b20d071b8bcf5fe60
   
   @DevCharly the referenced commit should change the library loading, so that 
the library is loaded from the pre-extracted version in the modules directory. 
The issue with self extracting libraries is two fold: The first problem is 
cleanup - windows only lets you remove libraries after the users are closed, 
the second problem is on linux the temp directory could be mounted `noexec`, 
which also prevends library loading. As NetBeans needs to be executed, it can 
be expected, that the modules are located in an executable location.


-- 
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

Reply via email to