剛從Eclipse轉Intellij,記錄一下Intellij14 和 JRebel安裝、破解 過程。java
JRebel的破解參考自 sensisoft 的CSDN博客,此文只是Mac版的實現,若是你們使用的是Windows或者有什麼其餘疑問也能夠直接查看原始博客。ide
教程中的Intellij的JRebel插件來自 IntelliJ官方插件下載地址。idea
若是個人資源不是最新的,你們可從原始博客下載資源,只參考個人方法便可。spa
下載 註冊機 便可進行破解。.net
下載IntelliJ IDEA的 JRebel插件: jr-ide-idea-6.2.0-idea-13-14.zip。插件
打開Intellij,進入 Intellij IDEA - Preferences - Plugins - Install plugin from disk 選擇下載的 jr-ide-idea-6.2.0-idea-13-14.zip 進行安裝。code
完成jrebel的註冊,得到14天的試用期。blog
下載破解文件: jrebel.jar和jrebel.lic教程
關閉 Intellij IDEA(不成功的話請注意看這一步)ip
替換jar包和licence文件。
將本機 /Users/<你的用戶名>/.jrebel/jrebel.lic
替換爲下載的jrebel.lic
;
將本機 /Users/<你的用戶名>/Library/Application Support/IntelliJIdea14/jr-ide-idea/lib/jrebel/jrebel.jar
/Users/<你的用戶名>/Library/Application Support/IntelliJIdea14/jr-ide-idea/lib/jrebel/lib/jrebel.jar
/Users/<你的用戶名>/Library/Application Support/IntelliJIdea14/jr-ide-idea/lib/jrebel6/jrebel.jar
替換爲下載的jrebel.jar
重啓Intellij
若是啓動時報 「 java.lang.OutOfMemoryError: PermGen space 」 ,需設置VM options,個人設置「 -mx2048m -XX:MaxPermSize=2048m」
JReble無需配置就能夠實現熱重啓,前提是須要將Tomcat的配置「On frame deactivation」從」Do nothing」改爲」Update classes and resources」。