
SAP NetWeaver Developer Studio provides you with a simulator of Mobile Client for Handhelds when you do not have a device available. It represents a complete Mobile Client instance, which runs on the desktop instead of a mobile device. Since it is a Java application, the client behaves identically with a few screen rendering differences. This is because the desktop uses Software Widget Toolkit (SWT) library for rendering while the a handheld device uses embedded Software Widget Toolkit (eSWT) library.
If you have a device available, you can start using it directly.
More information: Using the Mobile Client for Handhelds
In the menu, choose
Alternatively, you can open the folder <Installation folder of NWDS>\plugins\com.sap.tc.mobile.dt.oca.rt\MI\bin and double-click startup.bat .
If you have created and built a mobile component, in the context menu, choose . This generates a run/debug configuration for later use and launch the simulator.
The Mobile Client for Handhelds appears on your desktop or handheld device.
You can now log on to the client and start your application.
More information: Using the Mobile Client for Handhelds