Java ME SDK not recognized by Netbeans/Eclipse

2019-07-07 02:15发布

I'm currently trying to use the Java ME platform for a project. However, I've spent several days trying to integrate the Java ME SDK with an IDE. I've downloaded/installed:

  1. Java JDK
  2. Both Netbeans/Eclipse, their respective Java ME plugins.
  3. Java ME SDK (versions 3.4, 8.0, and 8.3) (http://www.oracle.com/technetwork/java/embedded/javame/javame-sdk/downloads/index.html)

I've tried setting up the environment on my Mac, my Windows machine, and on a Windows VM. All attempts to install the software work fine. However, when I want to create a new Java ME project I'm required to point the IDE to the installed Java ME SDK. When I do this, I get an error saying the IDE can't detect any platforms (or similar errors depending on the IDE). I'm relatively new to Java and I'm hoping the issue is something simple that I'm overlooking. Here is a screen cap of the error. I can post the device-manager log, but I'm not sure how to interpret it myself.

Auto detection failed

3条回答
乱世女痞
2楼-- · 2019-07-07 02:37

go to NetBeans website and download the bundle including the Java ME sdk

查看更多
我命由我不由天
3楼-- · 2019-07-07 02:47

Try to reinstall netbeans and Java, but this time first install java me then netbeans, or you may install their combo. Download it here https://netbeans.org/downloads/

查看更多
Bombasti
4楼-- · 2019-07-07 02:50
  1. Donwload and install Java SDK 8u111 on Java Archive Download
  2. Download Java ME SDK 3.4 or 8 on Java ME SDK Download
  3. Install Java ME SDK like following image
  4. After installation complete open Netbeans go to Tools > Platform manger > Add platform > Java ME CLDC Platform Emulator > next; after that choose the directory you have installed Java ME, click on next and follow the rest
查看更多
登录 后发表回答