Exception in thread “main” java.lang.UnsupportedClassVersionError: a (Unsupported major.minor version 51.0) [duplicate]

Try sudo update-alternatives --config java from the command line to set the version of the JRE you want to use. This should fix it.

Leave a Comment