Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 6.2.0 nicht kompatibel mit Java 8 #84

Closed
Klausus01 opened this issue Jun 22, 2022 · 3 comments
Closed

Version 6.2.0 nicht kompatibel mit Java 8 #84

Klausus01 opened this issue Jun 22, 2022 · 3 comments

Comments

@Klausus01
Copy link

Hi Oli,

wir entwickeln gegen Java 8.
Beim Versuch, die aktuelle Rel-Version zu benutzen, erhalten wir folgende Fehlermeldung:

Exception in thread "main" java.lang.UnsupportedClassVersionError: patterntesting/runtime/log/LogWatch has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:756)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:473)
at java.net.URLClassLoader.access$100(URLClassLoader.java:74)
at java.net.URLClassLoader$1.run(URLClassLoader.java:369)
at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:362)
at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
at gdv.xport.satz.xml.XmlService.parse(XmlService.java:210)
at gdv.xport.satz.xml.XmlService.(XmlService.java:206)
at gdv.xport.satz.xml.XmlService.(XmlService.java:190)
at gdv.xport.satz.xml.XmlService.createXmlService(XmlService.java:160)
at gdv.xport.satz.xml.XmlService.createXmlService(XmlService.java:153)
at gdv.xport.satz.xml.XmlService.getInstance(XmlService.java:95)

Kannst du hier bitte neu kompatibel bauen?

Gruß
Klaus

@oboehm
Copy link
Owner

oboehm commented Jun 22, 2022 via email

@Klausus01
Copy link
Author

Klausus01 commented Jun 23, 2022 via email

@oboehm
Copy link
Owner

oboehm commented Jun 29, 2022

mit 6.2.1 behoben

@oboehm oboehm closed this as completed Jun 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants