Hi,
even with java.awt.headless=true some things that use AWT fail on brutus, for example jelly-tags-swing. The error looks like this
java.lang.UnsatisfiedLinkError: /usr/local/j2sdk1.4.2_04/jre/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
On my old RedHat box, libXp is part of the XFree86-libs (for 4.2.x), no idea where you'd find it in a apt-get based system. I assume that
[EMAIL PROTECTED]:~$ dpkg -S libXp.so libxp-dev: /usr/X11R6/lib/libXp.so libxp6: /usr/X11R6/lib/libXp.so.6.2 libxp6: /usr/X11R6/lib/libXp.so.6
Of course this only works if it's installed ;-)
Otherwise you could use http://www.debian.org/distrib/packages#search_contents
-- Christian
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
