sdaschner / jaxrs-analyzer

Creates REST documentation for JAX-RS projects
Apache License 2.0
319 stars 101 forks source link

Java 9 compatibility. #157

Open soberich opened 6 years ago

soberich commented 6 years ago

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

sdaschner commented 5 years ago

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