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/08/20 17:56:08 UTC

[GitHub] [netbeans] brutzman opened a new issue, #4521: org.openide.util.Exceptions not found by import in tutorial

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: notifications-unsubscribe@netbeans.apache.org.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


[GitHub] [netbeans] brutzman closed issue #4521: org.openide.util.Exceptions not found by import in tutorial

Posted by GitBox <gi...@apache.org>.
brutzman closed issue #4521: org.openide.util.Exceptions not found by import in tutorial
URL: https://github.com/apache/netbeans/issues/4521


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


[GitHub] [netbeans] brutzman commented on issue #4521: org.openide.util.Exceptions not found by import in tutorial

Posted by GitBox <gi...@apache.org>.
brutzman commented on issue #4521:
URL: https://github.com/apache/netbeans/issues/4521#issuecomment-1229550096

   Program problem fixed, can close.  Note exemplar source code still missing from this tutorial.


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