jaxrs-analyzer icon indicating copy to clipboard operation
jaxrs-analyzer copied to clipboard

Java 9 compatibility.

Open soberich opened this issue 6 years ago • 1 comments

Have find direct referring to incompatibility with JDK 9 compiled class files know it shows

Exception in thread "main" java.lang.UnsupportedClassVersionError: 
com/psg/lap/rest/InsuredMainUserRest has been compiled by a more recent version 
of the Java Runtime (class file version 53.0), this version of the Java Runtime
 only recognizes class file versions up to 52.0

if not to add tools.jar to java 9 any try to process buildoutput with JDK 8

soberich avatar Apr 06 '18 13:04 soberich

Can you try again with the 0.17 version of the analyzer?

sdaschner avatar Oct 13 '18 18:10 sdaschner