Hi
I have an applet which uses the Xerces XML API from Apache. I place mine and the Xerces jar files into a applet resource, then place the applet inside a page.
Via the web (IE 6) the applet runs and works as it should, however when I open the same page via the Lotus Notes client I get the following error:
Applet error: java.lang.ClassCircularityError: org/apache/xerces/dom/CoreDocumentImpl
If I remove these jar files and place the following line in the notes.ini (client) it works: JavaUserClasses=d:\lotus\domino\data\xercesImpl.jar;d:\lotus\domino\data\xmlParserAPIs.jar
Has anyone seen this problem? Is there a way to get it to work? HELP!
James