开发者

Eclipse MTJ: How to archive all the classes into JAR even the class not referenced by MIDlet?

开发者 https://www.devze.com 2023-02-17 01:50 出处:网络
I am using the Eclipse 3.5.2 with Mobile Tool Java plug-in ver. 1.0.1. I found IF the class not referenced by MIDlet then this class will not be archived into the .jar file.

I am using the Eclipse 3.5.2 with Mobile Tool Java plug-in ver. 1.0.1. I found IF the class not referenced by MIDlet then this class will not be archived into the .jar file. Does anybody know how to do that for archive all the classes under the MIDlet project even the class is not开发者_运维问答 referenced by MIDlet?

Thanks in advanced.


Add those class to resource.

0

精彩评论

暂无评论...
验证码 换一张
取 消