This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
and get the following. I've included java.awt.Toolkit in my code of course.
15/01/2004 11:17:43 AM HTTP JVM: java.lang.NoClassDefFoundError: sun/awt/motif/MToolkit
15/01/2004 11:17:43 AM HTTP JVM: at java.lang.Class.forName1(Native Method)
15/01/2004 11:17:43 AM HTTP JVM: at java.lang.Class.forName(Class.java:142)
15/01/2004 11:17:43 AM HTTP JVM: at java.awt.Toolkit$2.run(Toolkit.java:533)
15/01/2004 11:17:43 AM HTTP JVM: at java.security.AccessController.doPrivileged(Native Method)
15/01/2004 11:17:43 AM HTTP JVM: at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:524)
15/01/2004 11:17:43 AM HTTP JVM: at processImage.NotesMain(processImage.java:42)
15/01/2004 11:17:43 AM HTTP JVM: at lotus.domino.AgentBase.runNotes(Unknown Source)
15/01/2004 11:17:43 AM HTTP JVM: at lotus.domino.NotesThread.run(NotesThread.java:208)
I did some reading around the forum tried running the Domino server under KDE and lo and behold all is fine - there's some class loaded I presume with KDE that it can use.
Question is, can I include a path somewhere so that this is included and not have to have the server running under a desktop environment? I'm want to host this on Linux not NT and don't want to run it that way.