Java ME SDK not recognized by Netbeans / Eclipse

I am currently trying to use the Java ME platform for a project. However, I spent a few days integrating the Java ME SDK with the IDE. I downloaded / installed:

I tried setting up the environment on my Mac, my Windows machine, and my Windows VM. All attempts to install the software work fine. However, when I want to create a new Java ME project, I have to point the IDE to the installed Java ME SDK. When I do this, I get an error stating that the IDE cannot detect any platforms (or similar errors depending on the IDE). I am relatively new to Java and I hope the problem is something simple that I am missing. Here is a screenshot of the error. I can post the Device Manager log, but I'm not sure how to interpret it.

Automatic detection error

+3


source to share


3 answers


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



+1


source


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



0


source


  • Download and Install Java SDK 8u111 on Java File Download
  • Download Java ME SDK 3.4 or 8 at Download Java ME SDK
  • Install Java ME SDK as below image
  • After installation, open Netbeans completely, go to Tools> Platform Shortcut> Add Platform> Java ME CLDC Platform Emulator> next; after that select the directory where you installed Java ME, click next and follow the rest
0


source







All Articles