Java me Java ME Netbeans-未设置平台主页

Java me Java ME Netbeans-未设置平台主页,java-me,netbeans-6.9,Java Me,Netbeans 6.9,我在Netbeans中遇到以下错误: Platform home (platform.home property) is not set. Value of this property should be Sun Java(TM) Wireless Toolkit 2.5.2_01 for CLDC emulator home directory location. BUILD FAILED (total time: 0 seconds) 如果我删除57。xml中的行 <fail

我在Netbeans中遇到以下错误:

Platform home (platform.home property) is not set. Value of this property should be Sun Java(TM) Wireless Toolkit 2.5.2_01 for CLDC emulator home directory location.
BUILD FAILED (total time: 0 seconds)
如果我删除57。xml中的行

    <fail unless="platform.home">Platform home (platform.home property) is not set. Value of this property should be ${platform.active.description} emulator home directory location.</fail>
我使用Netbeans 6.9.1,安装了java JDK 1.6 update 24,还安装了java ME SDK 3.0


我应该怎么做?

这通常是因为没有选择任何模拟器。

我想它并不总是这样。还有什么建议吗?我也面临同样的问题。
package javax.microedition.io does not exist
import javax.microedition.io.Connector;