diffxml icon indicating copy to clipboard operation
diffxml copied to clipboard

java version support

Open meshkin opened this issue 9 years ago • 3 comments

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

meshkin avatar Jun 28 '16 12:06 meshkin

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

amouat avatar Jun 29 '16 07:06 amouat

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 [email protected] 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 .

meshkin avatar Jun 29 '16 10:06 meshkin

Check the libraries.

amouat avatar Jun 29 '16 10:06 amouat