Home arrow Programing arrow Java arrow A launcher for the J2ME debugger
Thursday, 28 March 2024
A launcher for the J2ME debugger PDF Print E-mail
Written by Fred   
Tuesday, 14 October 2008
ImageThis is a small tool for Windows 2000/XP that allows to launch the J2ME emulator supplied with the Wireless Toolkit de Sun Microsystems in DEBUG mode.
Following some repeating crashes on Windows 2000 when launching the J2ME debugger from NetBeans 4.1, I decided to launch this debugger in a separate way and then to connect to it with Netbeans. In order to achieve that, one must type a 3 kilometers long command line with billionf of parameters and flags ;-) (I'm joking of course....). That's why I chose to quickly develop a smal dialog box that allows to choose all the required parameters in a graphical way (files browser and combo box):


 
In order to use it, one must enter each parameter in the dialog box and click on the "Launch" button. Then from Netbeans, one must click on Run -> Attach Debugger and the following dialog box appears:

Attach debugger Netbeans 4.1
Check that the port number is the same as the one you entered in the launcher.
This small tool was coded with the MFC with Visual C++ 6.0.
Ce petit outil a été codé avec les MFC sous Visual C++ 6.0. 
The "Launch" tab is not developped.
Last Updated ( Saturday, 20 December 2008 )
 
Next >