-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
I wrote many servlets, with JDBC too, and they run fine on my system.
They ask me for a Graphic Counter, so I have tried to use for the 1st time
AWT
I used an example, GraphicalCounter from servlets.com.
But I have always the same error:
/usr/local/jdk117/bin/../lib/i586/green_threads/libawt.so: undefined symbol:
XtShellStrings (libawt.so)
java.lang.UnsatisfiedLinkError: no awt in shared library path
at
org.apache.jserv.JServConnection.processRequest(JServConnection.java:341)
at org.apache.jserv.JServConnection.run(JServConnection.java:197)
at java.lang.Thread.run(Thread.java)
But AWT is in Classes.zip, with all the other classes...
I put Classes.zip in wrapped class in jserv.properties, but nothing changed.
I work with:
Linux 2.2.6 (Slackware 4.0)
Apache 1.3.6
Jserver 1.0
JDK 1.1.7
Thanks for help.
Marco
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]