Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am searching for the latest official binary builds of Java Advanced Imaging (at least the platform independent Java-only build).

The official project web page is on http://java.net/projects/jai-core/ but it only links to the source - binary builds are not mentioned - or am I too blind to see them?

share|improve this question
possible duplicate of Public download for javax.media.jai classes? – Daniel Trebbien Mar 13 at 18:40
That answer is outdated as it no longer contains a working link. – Paul Lammertsma Mar 13 at 20:41
Well if one of three URLs does not work does not mean the answer is outdated. – Robert Mar 14 at 10:27

closed as not constructive by Daniel Trebbien, Andrew, AD7six, Bob Kaufman, RaYell Mar 14 at 12:27

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

up vote 10 down vote accepted

You are referring to the wrong site...the correct site is as follows:

http://www.oracle.com/technetwork/java/current-142188.html

Edited: ok, this is strange...last time I did see a JAI package which I used to test JAI features in JUNG 2.0 Framework...I remembered I downloaded it from somewhere from the link above...

Well, I've googled it: get JAI 1.1.3 from here...

http://download.java.net/media/jai/builds/release/1_1_3/

Instructions:

http://download.java.net/media/jai/builds/release/1_1_3/INSTALL.html

share|improve this answer
Thanks for finding the "read thread" into the center of the JAI maze... – Robert Mar 14 '11 at 16:48
the ImageIO builds for JAI are at download.java.net/media/jai-imageio/builds/release/1.1 – rcoup Jun 2 '11 at 23:19
All Oracle's JAI downloads are located here. – Paul Lammertsma Mar 13 at 20:43

Not the answer you're looking for? Browse other questions tagged or ask your own question.