anthraxx/intellij-awesome-console

Unsupported major minor version 51.0

Closed this issue · 1 comments

I get the following message in PyCharm 4.0.6 Build 139.1659:
com.intellij.diagnostic.PluginException: awesome/console/config/AwesomeConsoleConfig : Unsupported major.minor version 51.0 [Plugin: awesome.console]
...
Caused by: java.lang.UnsupportedClassVersionError: awesome/console/config/AwesomeConsoleConfig : Unsupported major.minor version 51.0
...

Issue was use of Apple Java 1.6. Installed JDK 1.8 and set Info.plist to 1.8, and it starts fine now.