JasonMortonNZ/bootstrap3-phpstorm-plugin

Unsupported major.minor Version

Closed this issue · 8 comments

Got this error today using PHPStorm 8 EAP:

9:47:20 AM PicoPluginExtensionInitializationException: com/jasonnz/bootstrap/BootstapTemplatesProvider : Unsupported major.minor version 51.0 [Plugin: com.jasonnz.bootstrap]

👍

+1 I meet the problem in the same version

Same issue here.

Same as well. It looks like the plugin installer doesn't work as expected.

plugin works fine, the problem is that phpstorm 8 EAP uses Java SDK 1.6 to be started, you can change the version 1.7
JVMVersion
1.7*

D1no commented

Mac Webstorm 9 EAP, same issue - way to fix?
// for now: uninstalled plugin, copied bootstrap.xml by hand into ~/Library/Preferences/WebStorm9/templates/

Same issue in Webstorm 9 EAP as D1no, was able to fix it with D1no solution.

thx!!

I'll be updating this plugin over the weekend and recompiling with JDK 1.6. Hoping that should solve you issues.