Last modified by Markus Ruggiero on 2017/02/20 21:13

From version 19.1
edited by Kieran Kelleher
on 2011/07/25 20:04
Change comment: There is no comment for this version
To version 18.1
edited by Denis Frolov
on 2010/10/12 07:48
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.kieran
1 +XWiki.dfrolov
Content
... ... @@ -1,4 +1,4 @@
1 -JRebel is a tool from [[ZeroTurnaround>>http://www.zeroturnaround.com]]).
1 +JRebel (previously called javarebel is a tool from [[ZeroTurnaround>>http://www.zeroturnaround.com]]).
2 2  
3 3  It is a java library that makes it possible to change java code while running a project in WOLips and see the results without having to restart. It is a great timesaver.
4 4  
... ... @@ -8,9 +8,9 @@
8 8  
9 9  === How to install and use JRebel ===
10 10  
11 -* Get a free 30-day license, a open source developer license or a paid license from [[ZeroTurnaround>>http://www.zeroturnaround.com]]
12 -* Put the license file (jrebel.lic) into a directory named .jrebel in your home directory. ( ,,/.jrebel/jrebel.lic ),,
13 -* Get the JRebel plugin. Go to Eclipse->Preferences->Available Software Sites, add [[http://www.zeroturnaround.com/update-site/]]
11 +* Download you version from [[ZeroTurnaround>>http://www.zeroturnaround.com]]
12 +* put the jrebel.jar somewhere nice, so you can use it in whatever project you are working
13 +* Go to Eclipse->Preferences->Available Software Sites, add [[http://www.zeroturnaround.com/update-site/]]
14 14  
15 15  [[image:AddZeroTurnAround.png]]
16 16  
... ... @@ -23,6 +23,7 @@
23 23  [[image:UpdateWOLipsWithJRebel.png]]
24 24  
25 25  * Restart Eclipse. You will now have a Jrebel preference item in your eclipse preferences
26 +* Goto to Preferences->JRebel, and point the Path to jrebel.jar to the jrebel.jar location from action 2.
26 26  
27 27  [[image:PathToJRebel.png]]
28 28