amouat / diffxml

Diff and Patch XML files
Apache License 2.0
61 stars 24 forks source link

java version support #3

Open meshkin opened 8 years ago

meshkin commented 8 years ago

Hello: when I use the module with java or openjdk version 1.8 the module work very well, but when i use java 1.7 the bellow error displayed!

org/diffxml/patchxml/PatchFormatException : Unsupported major.minor version 52.0

how can I use it with java 1.7? thanks

amouat commented 8 years ago

Check out the code and compile it yourself. But 1.7 is pretty old...

meshkin commented 8 years ago

I have compiled source by 1.7 and it is done successfully! but the error dispatches at runtime, yet!

On Wed, Jun 29, 2016 at 12:08 PM, Adrian Mouat notifications@github.com wrote:

Check out the code and compile it yourself. But 1.7 is pretty old...

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/amouat/diffxml/issues/3#issuecomment-229279897, or mute the thread https://github.com/notifications/unsubscribe/AA3jAw3Ny4BDiykipHifjvAxV8SfsRecks5qQiDYgaJpZM4JAB42 .

amouat commented 8 years ago

Check the libraries.