Arnold Zahrneinder
Arnold Zahrneinder

Reputation: 5200

Java ME: Emulator shows no GUI

I'm using Netbeans 8 and I've activated the Java Me and installed the platform. But when I click run project I see this window: enter image description here

Where is phone emulator with the GUI view and how can I get it?

Upvotes: 2

Views: 308

Answers (1)

Telmo Pimentel Mota
Telmo Pimentel Mota

Reputation: 4043

According to this page you can develop to MIDP with Netbeans. But at the download page is not available on any bundle.

I downloaded the Java SE version and went on Tools .. Plugins .. Available. There I found Java ME plugins. After install, unfortunately the New Project wizard only showed Java ME Embedded option. I believe this is what happened with you. Be sure to check the Visual Mobile Designer (Mobility category) this will add the options to Java ME projects.

But you still need to add Java ME Platform manually... Download it from here. Then go to Tools .. Java Platforms .. Add Platform .. Java ME CLDC .. Selected the folder where you installed the SDK.

Upvotes: 1

Related Questions