Yep, you’ll need to create a JavaFX bundle in the usual manner http://docs.oracle.com/javafx/2/deployment/packaging.htm
-- John On 22 Jan 2014, at 11:36, Alin Mazilu <[email protected]> wrote: > Thank you for your quick responses, but the application is a JavaFX self > contained application packaged with the JRE and is independent of the JRE > installed on the OS. So I think I need to package the JAI libraries but I > have no idea how :D Any thoughts? > > Thank you, > > Alin > > > On Wed, Jan 22, 2014 at 1:48 PM, John Hewson <[email protected]> wrote: > >> Yes, there is. Simply Google "JBIG2 plugin” and follow the first link, it >> will be called "jbig2-imageio". >> >> -- John >> >> On 22 Jan 2014, at 09:16, Alin Mazilu <[email protected]> wrote: >> >>> Hello all, >>> >>> I am printing some PDFs and I am getting this: >>> >>> Jan 22, 2014 12:07:47 PM org.apache.pdfbox.filter.JBIG2Filter decode >>> SEVERE: Can't find an ImageIO plugin to decode the JBIG2 encoded >> datastream. >>> Jan 22, 2014 12:07:47 PM >>> org.apache.pdfbox.pdmodel.graphics.xobject.PDPixelMap getRGBImage >>> SEVERE: Something went wrong ... the pixelmap doesn't contain any data. >>> Jan 22, 2014 12:07:47 PM >> org.apache.pdfbox.util.operator.pagedrawer.Invoke >>> process >>> WARNING: getRGBImage returned NULL >>> Jan 22, 2014 12:07:47 PM org.apache.pdfbox.filter.JBIG2Filter decode >>> SEVERE: Can't find an ImageIO plugin to decode the JBIG2 encoded >> datastream. >>> Jan 22, 2014 12:07:47 PM >>> org.apache.pdfbox.pdmodel.graphics.xobject.PDPixelMap getRGBImage >>> SEVERE: Something went wrong ... the pixelmap doesn't contain any data. >>> Jan 22, 2014 12:07:47 PM >> org.apache.pdfbox.util.operator.pagedrawer.Invoke >>> process >>> WARNING: getRGBImage returned NULL >>> Jan 22, 2014 12:07:47 PM org.apache.pdfbox.filter.JBIG2Filter decode >>> SEVERE: Can't find an ImageIO plugin to decode the JBIG2 encoded >> datastream. >>> Jan 22, 2014 12:07:47 PM >>> org.apache.pdfbox.pdmodel.graphics.xobject.PDPixelMap getRGBImage >>> SEVERE: Something went wrong ... the pixelmap doesn't contain any data. >>> Jan 22, 2014 12:07:47 PM >> org.apache.pdfbox.util.operator.pagedrawer.Invoke >>> process >>> WARNING: getRGBImage returned NULL >>> >>> Is there a quick way to fix this? Is there a JBIG2 plugin? I really need >> to >>> fix it today or I'm in trouble. :) >>> >>> Thank you, >>> >>> Alin >> >>
