-1

I have Windows 7 64 bit + Intel 64 bit

I developed MIDlets , but J2Me 3.0 SDK and Java Wireless toolkit 2.5.2 don't work.

I reinstall Netbeans(Largest one ) , J2Me 3.0 SDK and Java Wireless toolkit.

What should I do to have Java Platform to execute any Midlet?

The applications J2SE works fine.

Cœur
  • 37,241
  • 25
  • 195
  • 267
Prince
  • 111
  • 1
  • 1
  • 12

2 Answers2

1

It is down to your installation of the Java that will be 64bit. Simple download 32bit version that will reside in *C:\Program Filesx86\Java* and then reinstall your WTKs and link them to your 32bit Java. That what I did for Sony Ericsson WTK and it worked.

peter_budo
  • 1,748
  • 4
  • 26
  • 48
0

You need to set the properties of your application.

In Netbean Right click on Your Project-> Properties->Application Descriptor->tab Midlets & then click on button Add.

Lucifer
  • 29,392
  • 25
  • 90
  • 143
Mr. Sajid Shaikh
  • 7,051
  • 4
  • 21
  • 35