Changes for page Using JRebel (previously called JavaRebel) with WOLips
Last modified by Markus Ruggiero on 2017/02/20 21:13
From version 18.1
edited by Denis Frolov
on 2010/10/12 07:48
on 2010/10/12 07:48
Change comment:
There is no comment for this version
To version 21.1
edited by Kieran Kelleher
on 2011/07/25 20:06
on 2011/07/25 20:06
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. dfrolov1 +XWiki.kieran - Content
-
... ... @@ -1,4 +1,4 @@ 1 -JRebel (previouslycalledjavarebel is atool 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 ... ... @@ -8,9 +8,9 @@ 8 8 9 9 === How to install and use JRebel === 10 10 11 -* Downloadyou version from [[ZeroTurnaround>>http://www.zeroturnaround.com]]12 -* put the jrebel.jarsomewherenice, sooucanuse it inwhateverprojectyouareworking13 -* Go to Eclipse->Preferences->Available Software Sites, add [[http://www.zeroturnaround.com/update-site/]] 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/]] 14 14 15 15 [[image:AddZeroTurnAround.png]] 16 16 ... ... @@ -22,11 +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 26 -* Goto to Preferences->JRebel, and point the Path to jrebel.jar to the jrebel.jar location from action 2. 25 +* Restart Eclipse. You will now have a Jrebel preference item in your eclipse preferences and JRebel is ready for use with your projects. 27 27 28 -[[image:PathToJRebel.png]] 29 - 30 30 You have now installed and setup the stuff that WOLips needs to know about the location of JRebel.jar. 31 31 32 32 == How do you use it? ==