Reputation: 442
I want to install a previous version of Jrebel plugin into the Intellij, in the Intellij plugin store, the latest JRebel version is 6.1.x but i need to install 5.6.0. I tried downloading "jrebel-5.6.0-nosetup.zip" and installing it by option "Install plugin from disk", but shown me the error as in below screenshot:-
Secondly, i tried to install the latest JRebel from repository and after that changing the Jrebel.jar path from plugin settings but that also shows me the error while activating it from server as "License server 3 or newer required."
I've this 5.6.0 JRebel working in eclipse also activated from my license server.
Isn't there any way to directly download and install any specific version of plugin. I also followed few stack overflow questions for the same, but they even didn;t have specific answer. One of those is this.
Upvotes: 0
Views: 1604
Reputation: 6591
You have downloaded the binary distribution of JRebel, which is not an IDE plugin.
You can download the exact version of JRebel plugin for IntelliJ IDEA from the plugins portal and install from disk (the same way as you have tried with "nosetup" ZIP.
Alternatively, you can also do the following:
Upvotes: 2