I am developing Java for Handheld Devices. I want to implement a Browser Widget, but Java throws an Exception:
java.lang.NoClassDefFoundError: org.eclipse.swt.browser.Browser
Now I am not sure if the OS and the Webbrowser are not compatible with the SWT Browser Widget.
The OS I use are:
Windows CE 5.0
Windows Mobile 6.5.3
Both are using Internet Explorer Mobile 6. Yes, the Software is quite old, but SWT 3.7.2 is working fine! Only The Browser Widget does not work.
The Internet Explorer itself works too.
Are there limitations I am not aware of? Any help is appreciated, because it is a very important Project for me.