Ivin Jacob 16.Feb.09 06:58 AM a Web browser Deployment6.1.2Windows Mobile
Hi,
I have an Lotus expeditor application SWT application deployed in WIN CE device.
This appln should pick up new Jar files that are copied to the device.
I have done a similar appln which was done in swing that works perfectly on desktop using URLClassLoader.
But when it came to Lotus Expeditor i am getting ClassNotFound for all the dependent classes used in the application like org.eclipse.ui.part.ViewPart .
How do i ensure all these dependent classes are also available in the device.