Reputation: 10024
I downloaded Netbeans IDE 6.9 for windows. But I can't find installer option. Looked at http://blogs.oracle.com/geertjan/entry/generate_a_netbeans_platform_installer where it says that there is one, also on http://netbeans.org/community/releases/69/index.html it says that there is new feature "NetBeans Platform-based applications generate installers for most common operating systems".
Why I don't have one?
Upvotes: 5
Views: 523
Reputation: 179
In Netbeans Choose File->New Project and there under Project Categories choose Netbeans Modules -> Module suite.. give it a name and finish.. Now when this project is created right click on it and choose properties. There you will find the Installer under categories. Like you have seen in that blog. Hope that helped.
Upvotes: 0
Reputation: 9892
This property page is associated with a 'Module Suite' project and a 'NetBeans Platform Application' project.
After you create a 'NetBeans Modules->Module Suite' or 'NetBeans Module->NetBeans Platform Application' project, you need to MANUALLY ACTIVATE the "NetBeans Plugin Development" module.
Trigger the Plugins item on the Tools menu.
Select the Installed view.
Tick the Show details check box.
Scroll through the list to NetBeans Plugin Development
Tick the check box
Press the activate button
alt text http://www.freeimagehosting.net/uploads/58022a41cf.png
I opened http://netbeans.org/bugzilla/show_bug.cgi?id=189026 to request that the manual activation seems like a usability big.
Upvotes: 2
Reputation: 28691
The downloaded file should be a .exe which launches the installer when run. You may have downloaded the wrong version
If you downloaded a zip, it may be the non-install version. You can then simply run it from bin/netbeans.exe
Upvotes: 0