This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 194803 - Run a midlet without the emulator restarting.
Summary: Run a midlet without the emulator restarting.
Status: NEW
Alias: None
Product: javame
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.0
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-28 10:12 UTC by Alexandr Scherbatiy
Modified: 2012-04-16 12:30 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Scherbatiy 2011-01-28 10:12:32 UTC
I use the NB 6.9.1.

Steps to reproduce:

- Run a midlet
 The Emulator is staring
- Edit a midlet
- Run a midlet again without the Emulator closing

The error appears:
---------------------------------------------------------------------
Jad URL for OTA execution: http://localhost:8082/servlet/org.netbeans.modules.mobility.project.jam.JAMServlet/D%3A/projects/demos/ContactlessTest/dist//ContactlessTest.jad
Starting emulator in execution mode
Installing suite from: http://127.0.0.1:1593/ContactlessTest.jad
*** Error ***
A problem occurred during deploying application from http://127.0.0.1:1593/ContactlessTest.jad
Reason:
MIDlet suite is already running.
D:\projects\demos\ContactlessTest\nbproject\build-impl.xml:898: Execution failed with error code 1.
BUILD FAILED (total time: 10 seconds)
---------------------------------------------------------------------

It is better to run the updated midlet in the already open emulator.