Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java ME SDK not recognized by Netbeans/Eclipse

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

like image 209
C. Ebert Avatar asked Sep 13 '25 10:09

C. Ebert


2 Answers

  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
like image 136
vid3v Avatar answered Sep 15 '25 01:09

vid3v


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/

like image 42
mayankpadhi Avatar answered Sep 15 '25 01:09

mayankpadhi