brutzman opened a new issue, #4521: URL: https://github.com/apache/netbeans/issues/4521
### Apache NetBeans version Apache NetBeans 14 ### What happened Trying to get [NetBeans Editor Component Palette Module Tutorial](https://netbeans.apache.org/tutorials/nbm-palette-api2.html) to work. Source code block includes * 'import org.openide.util.Exceptions;' * ... * 'Exceptions.printStackTrace(ex);' Despite linking all layers (namely Utilities API) as indicated, the class Exceptions is not found. Inspecting the project libraries in public-package-jars does find org.openide.util.Exceptions.class contained within open-ide-util.jar However the import in the source does not find it, and the tutorial project fails to compile. ### How to reproduce Perform the online tutorial. Note that example source not provided and so comparison is not possible (already reported in issue 4519) ### Did this work correctly in an earlier version? No / Don't know ### Operating System Windows 10 ### JDK OpenJDK 18.0.2 ### Apache NetBeans packaging Apache NetBeans binary zip ### Anything else _No response_ ### Are you willing to submit a pull request? No ### Code of Conduct Yes -- 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
