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 ?

link|improve this question

What is your question? – Hendrik Jul 4 '11 at 6:24
feedback

1 Answer

up vote 2 down vote accepted

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
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.