Open thejoecarroll opened 11 years ago
Got the same issue in IntelIJ IDEA IU-129.161
10:34:42 PluginException: com/jetbrains/heroku/ui/HerokuToolWindowFactory : Unsupported major.minor version 51.0 [Plugin: Heroku Integration]: com/jetbrains/heroku/ui/HerokuToolWindowFactory : Unsupported major.minor version 51.0 [Plugin: Heroku Integration]
23:27:25 PluginException: com/jetbrains/heroku/HerokuSettings : Unsupported major.minor version 51.0 [Plugin: Heroku Integration]: com/jetbrains/heroku/HerokuSettings : Unsupported major.minor version 51.0 [Plugin: Heroku Integration]
I am pretty sure this has to do with line 10 of plugin.xml
(link: https://github.com/jexp/jetbrains-heroku-plugin/blob/master/META-INF/plugin.xml#L10) but having never written an IntelliJ/RubyMine plugin, I dont know what that build # corresponds to.
My RubyMine version is 5.4.3.2.1 / Build #RM-129.861
Update: There are a list of build numbers and what they mean at http://confluence.jetbrains.com/display/IDEADEV/Build+Number+Ranges
Bottom line, this plugin should start working if you just edit the plugin.xml file with a larger build # and re-install. I'll try doing this later
Sorry it took so long. Uploaded version 0.4.3 which should fix the incompatible class error, due to compilation with wrong JDK with IDEA 13, sorry for that!
@thejoecarroll @kr0hmy @marks please try it out and report back.
After I upgraded RubyMine to the current version, 5.4.3.2.1 the plugin stopped working and causes an exception upon starting up the IDE: