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

StackOverflow https://stackoverflow.com/questions/5310263

문제

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top