Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

using JRebel in Eclipse RCP development

When developing a eclipse rcp applicatin,I need to restart the application after I changed my code.
My question is obviously should be this :
How can I use JRebel in RCP applition development, so I do not need to restart my whole big Application again and again ?

like image 972
CaiNiaoCoder Avatar asked Jul 03 '11 02:07

CaiNiaoCoder


1 Answers

I had managed to do this, just install JRebel evaluation from Eclipse market, restart eclipse and configure JRebel, open your project's run configuration, you will see a JRebel tab, check "enable Jrebel agent", now JRebel will begin to save your much time.


some notes :

  1. JRebel is not free, after a 30 days evaluation, you need to buy it.
  2. sometimes you still need to restart your application, after removing a inner class for example, but I am not sure about this
like image 87
CaiNiaoCoder Avatar answered Sep 23 '22 08:09

CaiNiaoCoder