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

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

Pergunta

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.

Foi útil?

Solução

Add those class to resource.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top