java.lang.UnsatisfiedLinkError: running tomcat on java headless?

2009-08-31 Thread method8
Dear all, I'm using the iText library to generate pdfs from a database on the fly. Whenever I use some of it's features that require simple things like java.awt.Color, I get an java.lang.UnsatisfiedLinkError as shown: java.lang.UnsatisfiedLinkError:

Re: java.lang.UnsatisfiedLinkError: running tomcat on java headless?

2009-08-31 Thread method8
- But what about libmlib_image.so? That's the one it's complaining about. I can see that as well. This is the whole list of files in /usr/lib/jvm/java-1.5.0-sun-1.5.0.18/jre/lib/amd64 awt_robot libcmm.so libinstrument.so libjava.so libjsig.solibnative_chmod.so

Re: java.lang.UnsatisfiedLinkError: running tomcat on java headless?

2009-08-31 Thread method8
(libc6,x86-64) = /lib/ld-linux-x86-64.so.2 but I still don't know how to check the value of java.library.path and how to run servlets from command line. Michael Ludwig-4 wrote: method8 schrieb: - But what about libmlib_image.so? That's the one it's complaining about. I can see that as well