Thanks Chris! This did the trick for me. The only caveat was that I had to install JDK 1.4 and temporarily put it ahead of JDK 1.6 in the path, in order to install the jai_imageio.jar. The install for this API has a dependency on JDK 1.4 but once it is installed it will work with JDK 1.6.
Best Regards, Jonathan > -----Original Message----- > From: Chris Bowditch [mailto:[email protected]] > Sent: Monday, January 16, 2012 11:47 AM > To: [email protected] > Subject: Re: Generating TIFF > > On 16/01/2012 14:27, Jonathan Levinson wrote: > > > > Hi, > > > > Hi Jonathon, > > > We are unsuccessfully trying to generate TIFF files using FOP. We are > > on Windows 7 64 bit with JDK 1.6. > > > > > I looked at the following: > > > > https://issues.apache.org/bugzilla/show_bug.cgi?id=49681 > > > > It talks about using the JAVA ImageIO tool to enable TIFF generation > > but I've been unable to find a version of the ImageIO tools which > > works on Windows 7 64 bit. > > > > FOP uses the Java library that ships with JAI Image Tools, i.e. > jai_imageio.jar, so you can safely use the 32-bit version. We successfully > use this > on 64-bit systems. After all a JAR file is a collection of Java classes that > is > independent of platform specifics, like the number of bits used. > > Thanks, > > Chris > > > Does anyone have any advice on using FOP to generate TIFF files? > > > > Where is a recent implementation of JAVA ImageIO which includes > > Windows 7 64 bit support? > > > > Best Regards, > > > > Jonathan Levinson > > > > Senior Software Developer > > > > Object Group > > > > InterSystems > > > > +1 617-621-0600 > > > > [email protected] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
