On 16/Oct/2009 01:24, Nathan Beyer wrote: > On Thu, Oct 15, 2009 at 1:44 PM, Mohanraj Loganathan > <mohanra...@gmail.com> wrote: >> Apache ANT has the target called image which actually uses Suns Java >> Advanced Imaging API (JAI). JAI intern uses the functions in suncompat.jar. >> Unit tests pertaining to image target is failing with the exception[1] when >> run with HDK. > > Is there a standard alternative to this API? Or is this an API that > can be used with any JRE?
AIUI JAI covers the package javax.media.jai, which is not part of the SE spec. I would not expect you to be able to drop in Sun's implementation of javax.media.jai and have it work on Harmony. Regards, Tim