• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Mobile Emulator in Netbeans

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am writing a MIDP 2.0 MIDlet app in Netbeans 6.5. I have a MIDlet that compiles without errors. When I run the MIDlet the system cannot launch the emulator, with the messages:

Starting emulator in execution mode
The system cannot find the path specified.

I installed Netbeans 6.5 with the Micro Edition component(s) (or thought I did per the Netbeans installation instructions). Can anyone suggest what is missing or misplaced and what I can do to run the MIDlet in the emulator. Thanks for the help.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
some things to check:

1. in the project pane, right click on your project and select Properties. Click on Platform. The Emulator platform should at least show "Sun Java (TM) Wireless Toolkit 2.5.2 for CLDC". In Windows, it is installed (by default) under C:\Program Files\NetBeans 6.5\mobility8\WTK2.5.2

2. under Tools -> Plugins, go to the "Installed" tab. Sorting by Category, I have the following installed for the Mobility category: Java ME CDC, Components Support, Mobility, Visual Mobile Designer, Mobility End to End. Which ones are you missing? (I am not sure which of the plugins install the Wireless Toolkit
reply
    Bookmark Topic Watch Topic
  • New Topic