Beginner question for netbeans 8.1 platform application
"ctajuggler" <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <[email protected]> |
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?