how can I solve this. please help me
Asked
Active
Viewed 43 times
0

Molly
- 1,887
- 3
- 17
- 34

Adhil Roshan
- 21
- 4
-
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
- 5,118
- 2
- 24
- 43