Re: Beginner question for netbeans 8.1 platform application
geertjan wielenga <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Organization | Oracle Corporation |
| Message-ID | <[email protected]> |
Indeed, the minimal NetBeans Platform application has no GUI, so you'll not see a GUI. Gj On 6-1-2016 10:16, ctajuggler wrote: > I'm trying to create a minimal netbeans platform application using netbeans 8.1 and following the guide here: > > https://platform.netbeans.org/tutorials/nbm-runtime-container.html > > I get the the part where I remove all platform modules, then add startup back in and resolve any dependencies. I try and run the application and it compiles fine, but the application never actually starts (or executes but completes immediately. > > Can someone please point me in the right direction? > > > >