J9 jre system library
843849Aug 27 2007 — edited Aug 28 2007Hi,
I've installed IBM J9 JDK (WEME - Websphere Everyplace Micro Environment) for development of my mobile application in Eclipse.
I've added the jre and successfully ran my application.
However, when I run the application on the window mobile device, I get the following error:
"java.lang.NoClassDefFoundError: org.w3c.dom.Document"
org.w3c.dom.Document is included in the JRE system library of WEME.
Does anybody know why I might be getting this error?
Am I supposed to add the system library to a certain folder on the device?
Any help would be much appreciated!