Re: module in netbeans app
geertjan wielenga <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Organization | Oracle Corporation |
| Message-ID | <[email protected]> |
You cannot enable it. Only if the module you're creating is intended to extend NetBeans itself, will that menu item be enabled. Create a new module, not as part of an application, but as a standalone module, and you will see it is enabled. Gj On 13-11-2016 4:31, Peter Cheung wrote: > > thanks, but don't know how to enable it > > > > ------------------------------------------------------------------------ > *From:* geertjan wielenga <[email protected]> > *Sent:* Saturday, November 12, 2016 7:47 PM > *To:* [email protected] > *Subject:* [platform-dev] Re: module in netbeans app > > That menu item is only relevant to modules you're creating for your > development environment, i.e., for the IDE you're currently using. > > Gj > > On 12-11-2016 12:32, Peter Cheung wrote: >> >> Hi, i got another netbeans project, but the modules in there have >> that menu. That project has layer.xml, not sure if i have this file, >> the menu will not dim or not. >> >> >> >> ------------------------------------------------------------------------ >> *From:* geertjan wielenga <[email protected]> >> *Sent:* Saturday, November 12, 2016 4:01 PM >> *To:* [email protected] >> *Subject:* [platform-dev] Re: module in netbeans app >> >> That menu item is only relevant to modules you're creating for your >> development environment, i.e., for the IDE you're currently using. >> >> Gj >> >> On 12-11-2016 5:09, Peter Cheung wrote: >>> >>> Hi All >>> >>> I have a netbeans app and there is a module project, but the >>> menu "install/reload in development IDE" is dim, so i can't click on it. >>> >>> thanks >>> >>> from Peter >>> >> >