Re: Platform Application Deployment: Missing netbeans-javaagent.jar

2025-07-15 Thread Daniel Hartman
Thank you, Neil and Michael. You're right, I copied the configuration from the IDE.  Removing the reference to the javaagent resolved the issue.   Sincerely, Dan On Monday, July 7, 2025 at 06:14:47 AM CDT, Neil C Smith wrote: Hi Daniel, On Fri, 4 Jul 2025 at 17:04, Michael Bien wr

Platform Application Deployment: Missing netbeans-javaagent.jar

2025-07-04 Thread Daniel Hartman
All,  I just migrated my platform application from NetBeans 12.4 to NetBeans 26. I can create a distribution as before by right-clicking my application within the IDE and selecting Package As → Zip Distribution. However, when I attempt to run the application outside the IDE, I receive the follo

NB 11.1 Platform Application: HelpCtx.display()

2019-08-27 Thread Daniel Hartman
All, I am porting my NB 8.2 platform application to 11.1, and I am struggling to get my helpsets displayed. That is, nothing happens when, for example, a wizard's help button within my platform application is clicked.  Everything worked great in NB 8.2. I therefore created an empty platform appl

How to Hide "Customize" under "View -> Toolbars"?

2018-12-10 Thread Daniel Hartman
Is there a way to hide the "Customize" menu item that appears under "View -> Toolbars" for an application built on top of the NetBeans platform? The "Customize" menu item is added programmatically by the ToolbarConfiguration class in the Core - Windows module. Thanks in advance for any sugges