[j2me入门] 请教:polish应用如何调additional package?

liuzhaochang1314 2007-07-03
在polish应用中我引入一个包(polish中没有的),路径中我已经引入了,但是构件时老是显示
错误:
preverify:Error preverifying class com/myclass/login
preverify: java/lang/NoClassDefFoundError: org/xml/sax/helpers/DefaultHandler

preverify call failed: 1"

其中com/myclass/是我引入的一个包

please help me
thanks
javaWolf 2007-10-20
在built.xml文件了,把你的第三方jar包导入built工程中,就可以编译的了

<build
  symbols="ExampleSymbol, AnotherExample"
  fullscreen="menu"
  usePolishGui="true"
  workDir="${dir.work}"
  binaryLibraries="lib/kxml2-2.3.0.zip"
>
Global site tag (gtag.js) - Google Analytics