To run WebSphere MQ Everyplace applications on the PocketPC you need:
These are specified in the WSDD help file. Create a similar directory structure on the device, for example, program files or wsdd with bin and lib subdirectories. Then copy the files to the relevant places. Note that the example application functions under MIDP,hence the need for the jclMidp.jxe file. The Palm: What you need to get started section provides details on downloading WSDD.
To run applications on the Pocket PC from WSDD, you need to tell WSDD where the various files you copied to your device are located. This is done in [Window][Preferences][Device Developer][PocketPC Java Configuration]. Set the three options to: \Program Files\WSDD \My Documents\WSDD \Windows\Start Menu, assuming that you copied the J9 files to '\Program Files\WSDD' earlier
This procedure is almost identical to that described in the Building for the Palm in WSDD section. However, with the final choice for launcher, choose 'MIDlet Suite on PocketPC Device' rather than the manual option. This means that the application automatically copies to the relevant device and runs automatically..