Issue
I have completed my project but unable to export in executable form. I'm using Netbeans 12.
Solution
Thanks for everyone who wanted to help me.
Easiest Solution:
- Start an Ant based standard project
- Enable native packaging inside Properties->Build->Deployment
- Install Inno setup tool for Exe, Wix Toolset for Msi
- add bin paths of above tools as system environment variables
- right click on project and select package as->Exe or MSI
Note:
Netbeans 8.2 is recommended (some features are deprecated in latest version)
Answered By - Sijan Bhandari
Answer Checked By - Clifford M. (JavaFixing Volunteer)