Quote:
Originally Posted by codedr
The error message means the java compiler is in version 1.6 mode and you need it to be in the version 1.8 mode.
According to your compiler output, the failure occurred at line 71 of the file, viz last line of the error log you posted. The file you posted doesn't have 71 lines.
Perhaps the IDE you are using is setting the java compiler version?
|
How would I fix this problem? Or check that issue?