Can't run GUI Program in Apache Netbeans IDE 23- Run File option in Run Menu not enabled

2024-10-23 Thread Zulfi Khan
I am trying to runthe GUI program in Apache NetBeans IDE 23 but “Run File” optionin RunMenu is not enabled. NetBeans is also doingbackgroundprocessing. I have uploaded the image here: https://ibb.co/MZ1Yxb3 The code of Jframeclass is given below: packagecom.mycompany.projexceldb; i

Re: Missing the menu entry File-->New Project-->Java with Maven-->Netbeans Module Suite

2024-10-23 Thread Oliver Rettig
Hi, some further hint: https://plugins.netbeans.apache.org/catalogue/?id=77 The JVi-Plugin also consists of several plugins. As a workaround instead of bundleing all off thiese plugins to a single plugin, a special plugin which adds an updatecenter into your ide is added in the netbeans-plugi

Re: Missing the menu entry File-->New Project-->Java with Maven-->Netbeans Module Suite

2024-10-23 Thread Oliver Rettig
Hi, @Eric thanks for your hints. It helps me to found the needed maven archetype I have found in the IDE the way to create a new Netbeans-maven-based-Projekt based on maven-archetypes New Project...-->Java with Maven-->Project from Archetype-->nbm-suite-root The created Project allows to add my