0

I´m trying to start developing with Codename One, I´ve already download the Codename One plugin for eclipse and it was successfuly installed. The problem is that I can´t compile, I create a basic Codename One project (like the hello world one) and when I run test, the Build failes. It says something about the version of the CLDC.jar and the jre version, but I tried with java 1.5, 1.6 and 1.7 and the same build error appears. Should I change something in the build.xml ?

Thanks in advance

4

2 回答 2

1

1)确保您的插件是最新的。2)确保您安装了jdk而不是jre。

于 2013-05-23T14:18:34.190 回答
-1

这已经通过将 C:\Program Files\Java\jdk1.6.0_24\lib\tools.jar 复制到 C:\Program Files\Java\jre6\lib\ext 来解决

于 2013-06-04T09:39:51.350 回答