全部博文(155)
分类: Java
2010-05-11 12:59:26
--------------------------------------------------------------------------------
□为什么运行时会提示ClassNotFoundException?
通过在build.xml中指定midlet:
这样通过ant build出来的jad中的midlet的名称为上面配置中"name"指定的名称,直接通过class运行时要注意,不然会提示:
Running with locale: Chinese_People's Republic of China.936
Running in the identified_third_party security domain
java.lang.ClassNotFoundException: com/sily/polish/Test
而通过
--------------------------------------------------------------------------------
□如何设置locale? 2008-1-4 16:1:51
设置locale:
--------------------------------------------------------------------------------
□import改为lib的问题 2008-1-4 12:56:37
升级mepose到最新的0.72版本则没有之前碰到import改为lib的问题了.
mepose目前的版本对eclipse支持不是很好,有一些问题,详见polish的文档.
--------------------------------------------------------------------------------
□如何指定J2ME-Polish?
要使build.xml正确运行,必须指定正确的polish目录:
--------------------------------------------------------------------------------
□为何通过mepose生成的build.xml提示包路径错误?
通过eclipse的插件mepose0.5版生成的build.xml中需要修改如下部分才能正确运行:
原错误的路径为:${polish.home}/import/...
--------------------------------------------------------------------------------
□2008-1-4 9:59:40 用eclipse生成的build.xml为什么有问题?
我在polish的文档中看到:
In J2ME Polish 2.0 the enough-j2mepolish-build.jar moved from the import to the lib folder, so any task definitions within build.xml scripts have to be changed
还有,build.xml中info元素不支持license属性:
License Key
In J2ME Polish 1.x the license attribute of the
这是由于eclipse的插件mepose为0.55版本的,是基于polish 1.x的,而我们用的是polish 2.0的
--------------------------------------------------------------------------------
作者简介:
施祖阳,网名sylilzy。
2002年起从事软件开发工作,主要研究JAVA、Linux及相关技术。
http://blog.sina.com.cn/sylilzy
你可通过sylilzy@163.com与作者联系。
参考资料:
/docs/tutorial.html
http://blog.csdn.net/zjsjava/archive/2007/11/28/1905896.aspx