how can I solve this. please help me
Asked
Active
Viewed 40 times
0
-
5Possible duplicate of [How to fix java.lang.UnsupportedClassVersionError: Unsupported major.minor version](https://stackoverflow.com/questions/10382929/how-to-fix-java-lang-unsupportedclassversionerror-unsupported-major-minor-versi) – SHR Feb 06 '19 at 09:53
1 Answers
0
You current java version is probably outdated.
Run on the command-line: java -version to check your current JRE version.
Then install Java 1.8 or above.
Benoit
- 4,780
- 2
- 20
- 41