Error : "could not find jar tool executable"
点击右边红色标题查看本文完整版:Error : "could not find jar tool executable"
在调试J2ME程序时用到了一个第三方的包,于是我把它也build到我的项目里进行调试,具体做法是:Project-》Properties-》Order and Export 选中那个Jar文件,然后报如下错误:(
?
? Could not find jar tool executable。
? The jar tool need a full jdk installtion.
------解决方法--------------------
Project--Property---Java Build Path--Libraries--Add Extends Jars,参考..