a manifest file example
- must end with a new line
- Main-Class attribute is case sensitive
- file name is random, file extension is mf, eg. mymanifest.mf
- example jar command to package a app: jar cfm myapp.jar MANIFEST.MF *.*
Manifest-Version: 1.0
Main-Class: ButtonTest
posted on 2010-02-20 14:15 simplelove 閱讀(743) 評論(0) 編輯 收藏