anb0s / eclox

Eclox is a simple doxygen frontend plug-in for eclipse. It aims to provide a slim and sleek integration of the code documentation process into Eclipse.
http://anb0s.github.io/eclox
Eclipse Public License 2.0
34 stars 2 forks source link

Unable to create the selected preference page. eclox/core/ui/PreferencePage : Unsupported major.minor version 52.0 #164

Closed anb0s closed 8 years ago

anb0s commented 8 years ago

The new version 0.10.2 from GitHub does not work after installing at Eclipse Mars (4.5.2). Doxygen preference page cannot be opened, error message: "Unable to create the selected preference page. eclox/core/ui/PreferencePage : Unsupported major.minor version 52.0"

anb0s commented 8 years ago

Looks like the version 0.10.2 was compiled with JavaSE 1.8 level, see description at: http://stackoverflow.com/questions/22489398/unsupported-major-minor-version-52-0

... The issue is because of Java version mismatch. Referring to the Wikipedia Java Class Reference : J2SE 8 = 52 J2SE 7 = 51 J2SE 6.0 = 50 J2SE 5.0 = 49 JDK 1.4 = 48 JDK 1.3 = 47 JDK 1.2 = 46 JDK 1.1 = 45 ...

anb0s commented 8 years ago

The version is working with Eclipse Neon (4.6.0 RC3)

anb0s commented 8 years ago

done