jokiazhang / metadata-extractor

Automatically exported from code.google.com/p/metadata-extractor
0 stars 0 forks source link

Support for Java 7 #52

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
  * compile error when using Java 7 and JpegMetadataReader#readMetadata()

What is the expected output? What do you see instead?
  * Successful compile
  * Error: cannot access JPEGDecodeParam

What version of the product are you using? On what operating system?
  2.2.2 MacOS

Please provide any additional information below.
  * JpegMetadataReader depends on the (internal) class com.sun.image.codec.jpeg.JPEGDecodeParam which has been apparently removed from Java7

Original issue reported on code.google.com by ebrid...@squarespace.com on 13 Jun 2012 at 3:37

GoogleCodeExporter commented 8 years ago
Version 2.2.2 is quite old now. Newer versions of the library no longer depend 
upon JPEGDecodeParam, and support Java 7.

I'm going to close this issue. Let me know if you cannot get newer versions of 
the library working.

Original comment by drewnoakes on 13 Jun 2012 at 10:15

GoogleCodeExporter commented 8 years ago
Thanks for the quick response, we'll try that.

Original comment by ebrid...@squarespace.com on 14 Jun 2012 at 1:08