RE: Graphics2D problems with Tomcat 5.5.23 on Windows machine

2007-09-10 Thread Gia Hieu Dinh
Hi Charles, I think I might get it work OK by change to another JVM (1.5.09). Probably the incompatible version of JVM. You save me a lot of work. Thank you so much. Harry Caldarale, Charles R wrote: > >> From: Gia Hieu Dinh [mailto:[EMAIL PROTECTED] >> Subject: Graphics2D problems with Tomca

Re: Graphics2D problems with Tomcat 5.5.23 on Windows machine

2007-09-10 Thread David Smith
The stack doesn't indicate this to be a graphics environment problem. Further, it looks like from the stack that you are on a Windows environment where there should always be a graphics environemt. It does indicate it can't load a file or library. What version of Java do you have? --David

RE: Graphics2D problems with Tomcat 5.5.23 on Windows machine

2007-09-10 Thread Caldarale, Charles R
> From: Gia Hieu Dinh [mailto:[EMAIL PROTECTED] > Subject: Graphics2D problems with Tomcat 5.5.23 on Windows machine > > Exception in thread "Image Fetcher 0" > java.lang.UnsatisfiedLinkError: no jpeg in java.library.path > at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682) >