Customize NetBeans Auto Generate Manifest
Netbeans manifest
增加 jar 檔的 manifest 檔內容
修改 project.properties
1
2
manifest.file=manifest.mf
manifest.available=true
也要修改在專案的根目錄下 manifest.mf
This post is licensed under CC BY 4.0 by the author.
增加 jar 檔的 manifest 檔內容
修改 project.properties
1
2
manifest.file=manifest.mf
manifest.available=true
也要修改在專案的根目錄下 manifest.mf