cjgunzel opened a new issue, #8456: URL: https://github.com/apache/netbeans/issues/8456
### Apache NetBeans version Apache NetBeans 26 latest release candidate ### What happened The entry point for new users is to have the IDE build projects that function. Attempting to create a platform application results in compilation errors for NB24, NB25 and NB26 when following this tutorial: https://netbeans.apache.org/tutorial/main/tutorials/nbm-quick-start/ The resulting project throws the following compilation error: com/yrs/wordprocessor26/WordTopComponent.java:[41,25] cannot find symbol symbol: variable Bundle location: class com.yrs.wordprocessor26.WordTopComponent com/yrs/wordprocessor26/WordTopComponent.java:[42,32] cannot find symbol symbol: variable Bundle location: class com.yrs.wordprocessor26.WordTopComponent 2 errors The line throwing the exception: #49 setName(Bundle.CTL_WordTopComponent()); The tutorial is quite old but following the steps for current dialogs results in a platform application with errors; thus a new user would be up the creek (even this old user has no idea what to do). ### Language / Project Type / NetBeans Component _No response_ ### How to reproduce Attempt to follow the tutorial: https://netbeans.apache.org/tutorial/main/tutorials/nbm-quick-start/ ### Did this work correctly in an earlier version? No / Don't know ### Operating System SuseTumbleweed (updated) ### JDK 23 ### Apache NetBeans packaging Apache NetBeans platform ### Anything else I have only gone as far back as NB24. No idea when it stopped working before that. I cannot fix the NB problem but when it works I could work on updating the tutorial. The tutorial can only be found by search. It is not available as a link on the current web site. ### Are you willing to submit a pull request? No -- 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
