Skip to content
jnswb edited this page Mar 8, 2018 · 1 revision

Welcome to the CheckClassVersions wiki!

This is simple project for a tool to check what version of Java SDK was used to compile .class files.

This tool searches a given folder and all it's sub folders to find all .class files.

A target JDK version can be given and if any .class is compiled with a different version that file path is printed out.

Clone this wiki locally