This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: jar cross dependency hell
- From: Dalibor Topic <robilad at kaffe dot org>
- To: Heitzso <heitzso at growthmodels dot com>
- Cc: java at gcc dot gnu dot org
- Date: Wed, 02 Nov 2005 17:34:03 +0100
- Subject: Re: jar cross dependency hell
- References: <4368E185.9060707@growthmodels.com>
Heitzso wrote:
> Just got snagged though on axis dragging in a sun
> awt class not found in libgcjawt.so:
> org/apache/axis/components/image/JDK13IO.java:49:
> error:
> cannot find file for class
> sun.awt.image.codec.JPEGImageEncoderImpl
>
> And (venting) wondering why axis needs a sun awt
> class to decode a JPEG image.
Sounds like a bug in Axis. Send them a bug report.
In addition, judging by the name of the file, I'd hope that there is a
way to get axis to work with more up to date image loading interfaces. I
wouldn't know how to do that, and I am afraid you may have to rebuild
axis on your own for that.
cheers,
dalibor topic