DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=40685>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=40685 ------- Additional Comments From [EMAIL PROTECTED] 2006-10-05 08:40 ------- this is how I got rid of the 2nd error: java.lang.UnsatisfiedLinkError: /usr/lib/j2sdk1.4.2_10/jre/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory ldd $JAVA_HOME/jre/lib/i386/libawt.so to see which libs are missing, then I had to install the corresponding packages: apt-get install libxp6 libxt6 libxtst6 libx11-6 thank you Josias for the help! btw, this error is a duplicate of bug 38479, sorry for that. now, i am looking for a fix for the 1st error: ava.lang.NoClassDefFoundError at com.sun.imageio.plugins.gif.GIFImageReader.getImageTypes(GIFImageReader.java:240) -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
