Using JRebel in Eclipse RCP Development

When developing an eclipse rcp application, I need to restart the application after I change my code.
My question, obviously, should be this:
How can I use JRebel in RCP application development, so I don’t need to restart all my big application again and again?

+5
source share
2 answers

I managed to do this, just install the JRebel evaluation from the Eclipse market, restart eclipse and configure JRebel, open the project launch configuration, you will see the JRebel tab, check "enable Jrebel agent", now JRebel will start saving you a lot of time.


some notes:

  • JRebel , 30- .
  • , , ,
+5

: JRebel, , plugin.xml: https://bitbucket.org/toomasr/eclipse-jr-plugin ( .xml)

0

All Articles