I am using JDK 1.6, Error
FATAL ERROR in native method: processing of -javaagent failed
java.lang.UnsupportedClassVersionError: org/eclipse/jdt/launching/internal/javaagent/Premain : Unsupported major.minor version 51.0
If run standalone, success
if run debug inside Eclispe for Java EE 2022-12
How to fix it?
CodePudding user response:
You can't. The needed classes are no longer compatible with Java 1.6, which in fairness ended free public updates close to a decade ago. The "solution" is to use an older IDE release.