Eclipse MTJ:如何将所有类归档到 JAR 中,即使是 MIDlet 未引用的类?
我正在使用带有 Mobile Tool Java 插件版本的 Eclipse 3.5.2。 1.0.1。 我发现如果 MIDlet 没有引用该类,那么该类将不会存档到 .jar 文件中。 有谁知道如何归档 MIDlet 项目下的所有类,即使该类未被 MIDlet 引用?
提前致谢。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将这些类添加到
资源
中。Add those class to
resource
.