asbachb commented on issue #4772: URL: https://github.com/apache/netbeans/issues/4772#issuecomment-1279707090
If you're using NetBeans 15 you should use java 11+ at least to run NetBeans as stated here: > The Apache NetBeans 15 binary releases require JDK 11+, and officially support running on JDK 11 and JDK 17. https://netbeans.apache.org/download/nb15/ (What you're using to compile does not depend on NetBeans runtime JRE/JDK) Basically it seems that lombok crashes during code generation. Which lombok version you're using? I propose you to use a recent JDK to run NetBeans and/or play around with the lombok version you're using in your project. -- 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
