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

From version 20.1
edited by Kieran Kelleher
on 2011/07/25 20:04
Change comment: There is no comment for this version
To version 23.1
edited by Kieran Kelleher
on 2011/07/25 20:09
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,15 +1,11 @@
1 -JRebel is a tool from [[ZeroTurnaround>>http://www.zeroturnaround.com]]).
1 +JRebel 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  
5 -If you are running Eclipse 3.4, you should have a look at the screencast from David Avendasora at [[http://www.wocommunity.org/podcasts/WOJavaRebel_Setup.mov]].
6 -
7 -If you are running WOLips 3.5.1 or bigger, you are lucky: the JRebel plugin is included in the current WOLips for there versions.
8 -
9 9  === How to install and use JRebel ===
10 10  
11 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 ),,
8 +* Put the license file (jrebel.lic) into a directory named .jrebel in your home directory. ( /.jrebel/jrebel.lic )
13 13  * Get the JRebel plugin. Go to Eclipse->Preferences->Available Software Sites, add [[http://www.zeroturnaround.com/update-site/]]
14 14  
15 15  [[image:AddZeroTurnAround.png]]
... ... @@ -22,10 +22,8 @@
22 22  
23 23  [[image:UpdateWOLipsWithJRebel.png]]
24 24  
25 -* Restart Eclipse. You will now have a Jrebel preference item in your eclipse preferences
21 +* Restart Eclipse. You will now have a Jrebel preference item in your eclipse preferences and JRebel is ready for use with your projects.
26 26  
27 -[[image:PathToJRebel.png]]
28 -
29 29  You have now installed and setup the stuff that WOLips needs to know about the location of JRebel.jar.
30 30  
31 31  == How do you use it? ==
... ... @@ -57,3 +57,7 @@
57 57  [[image:JRebelWOLipsLog.png]]
58 58  
59 59  * Profit (for the europeans: Extra Time Off)
54 +
55 +== More information ==
56 +
57 +[[Old screencast from David Avendasora about using JRebel with Eclipse 3.4>>http://www.wocommunity.org/podcasts/WOJavaRebel_Setup.mov]].