Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 58479 invoked from network); 16 Oct 2009 10:50:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Oct 2009 10:50:41 -0000 Received: (qmail 9788 invoked by uid 500); 16 Oct 2009 10:50:41 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 9696 invoked by uid 500); 16 Oct 2009 10:50:41 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 9685 invoked by uid 99); 16 Oct 2009 10:50:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Oct 2009 10:50:41 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of t.p.ellison@gmail.com designates 209.85.219.209 as permitted sender) Received: from [209.85.219.209] (HELO mail-ew0-f209.google.com) (209.85.219.209) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Oct 2009 10:50:31 +0000 Received: by ewy5 with SMTP id 5so1346556ewy.36 for ; Fri, 16 Oct 2009 03:50:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=9RAoHYkL9auByr9b8O2NyiI2iJags/Tmba3hhqadO/Q=; b=PixOWEMUcfTdLe6Tn5O0i/fDtOvWdQ45Lq8Y9w2m8dI8J5dFwkfB2FnnB0rgtZHBqG qhR/N+fPViClunsfFVXhXqZUaqp+lJBjlu/DuvH5QkjEN/wElF1yZEXM6MfN8fCDgATO aEEXyhzLUzbBvpj++tXMCi1wT7BZA80oDKTUc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=p3yULzFBU0DoE/Sykt+ZbHrtPO9Lld6NV/O250/BeeyB7s45Y46TxCMufvPsFw3dT5 4Cy0H5rPdHbn1Nm9KYhPm1yrZTTFrj/Zz5+MZ1VPtZtvvCRggqwcAiURcR5dcs1PBoP9 YOV/kX6vZRISDuIU4uf3seYSz62zZmSbW3kyc= Received: by 10.211.174.13 with SMTP id b13mr1348912ebp.73.1255690211595; Fri, 16 Oct 2009 03:50:11 -0700 (PDT) Received: from ?192.168.0.3? ([92.24.30.204]) by mx.google.com with ESMTPS id 10sm522064eyd.2.2009.10.16.03.50.09 (version=SSLv3 cipher=RC4-MD5); Fri, 16 Oct 2009 03:50:10 -0700 (PDT) Message-ID: <4AD84FE0.8010207@gmail.com> Date: Fri, 16 Oct 2009 11:50:08 +0100 From: Tim Ellison User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: dev@harmony.apache.org Subject: Re: [classlib][suncompat] missing method com/sun/image/codec/jpeg/JPEGCodec.createJPEGDecoder(Ljava/io/InputStream) References: <6bb42ff70910151144o57ef09bal84c4516fb9d8ca8f@mail.gmail.com> <3b3f27c60910151724r329e0f2fn47a32422456dea47@mail.gmail.com> In-Reply-To: <3b3f27c60910151724r329e0f2fn47a32422456dea47@mail.gmail.com> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 16/Oct/2009 01:24, Nathan Beyer wrote: > On Thu, Oct 15, 2009 at 1:44 PM, Mohanraj Loganathan > 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