用Eclispe IDE写个J2ME小应用,编码、测试(模拟器)一切顺利,到最后导出的时候JAD文件内容感觉不对劲儿,开始的时候总是没有MIDLet-1信息,上网找也没找到确切的内容,想了下解决方案肯定在Help,简单翻了下EclipseMe的Help还真有,贴出来备查,有需要的也可以看看
JAD File Deployment
The source JAD file found in the root directory of the J2ME MIDlet Suite project will be copied into the deployment directory during the packaging operation. All changes should be made in the source JAD file as opposed to the deployed JAD file, as the deployed JAD file will be overwritten during the packaging operation.
During deployment of the JAD file, theMIDlet-Jar-Sizeproperty of the JAD file will be updated to match the size of the previously deployed JAR file.