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/09/03 17:08:26 UTC

[GitHub] [netbeans] matthiasblaesing commented on issue #4538: Netbeans 14 java.lang.NoClassDefFoundError exception

matthiasblaesing commented on issue #4538:
URL: https://github.com/apache/netbeans/issues/4538#issuecomment-1236165740

   Indeed for NetBeans this codepath should not be hit. If permissions were somehow messed with though, the file might indeed be unreadable and thus explain why the "load from classpath" route is taken. Why that fails I can't explain, though if permissions are wrong enough, extraction to temp might also prevent reading the file. For Linux the explanation would be easy if execution folder and java temp dir are mounted noexec.
   
   Closing this as @searles1250 indicated, that the problem is solved.


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