Hi, Al escribió: > Hi, > I'm using a new Federa Core 9 install and when I run ./build.sh I get > 11 warning and 2 errors. > The 2 errors differ only in line number. > > The error is: > /var/local/import/cocoon/cocoon-2.1.11/src/java/org/apache/cocoon/reading/ImageReader.java:336: > cannot find symbol > symbol : method > setJPEGEncodeParam(com.sun.image.codec.jpeg.JPEGEncodeParam) > location: class com.sun.image.codec.jpeg.JPEGImageEncoder > encoder.setJPEGEncodeParam(p); > > I'm guessing this has something to do with the java toolset. > I'm using the default openJDK 1.6.0 > > Is this a deficiency in openJDK with Fedora Core 9? Nope, the issue is due a class on a sun package: com.sun.image.codec I think there is already an issue report for this.
> Is there a good work around? Simple one: Use Java from Sun. Another option: Or If you don't need the image reader, don't include it on the building. Best Regards, Antonio Gallardo. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
