What Is This Unsupported Class Error?
This applies to: Visual Data Discovery
The UnsupportedClassVersionError: Main : Unsupported major.minor version 52.0
error typically occurs when the Java version with which the plug-in is compiled differs from the Java version that the Symphony server is using. Symphony and its related plug-ins are compiled using Java 8 (1.8.0_131 or later). However, for example, if an older Symphony server you have installed is running Java 7, it may not be able to read the Java 8 format class files in the corresponding plug-in (e.g. Phoenix connector, etc.) and will thus error out. If this is the case, upgrading to the latest Java version should resolve the issue.
Use the java -version
command on Linux to determine the Java version.
Comments
0 comments
Please sign in to leave a comment.