0

Hi I am trying the JRebel. It's awesome for me. I got a problem when I'm trying JRebel remote server function.

this is very easy simple code

just print count with prefix eeee

change the prefix eeee -> ffff

JRebel catch the change and apply

but it back to eeee when i start application again.

It seems JRebel didn't really change the JAR file. How can I fix the problem?

Thanks for your reading and help.

Community
  • 1
  • 1
wei
  • 11
  • 1
  • If you believe that it should change the JAR file, try contacting them directly via https://www.jrebel.com/contact-us. JRebel has very good support and they should reply shortly – mckszcz Feb 12 '20 at 07:21

1 Answers1

1

I got response from JRebel Support Team.JRebel has very good support just like mckszcz said.

That is the relay

The real JAR file isn't changed, because JRebel doesn't change the contents of the JAR file that is in your remote server. We monitor the changes that you have made in the target folder that is in IntelliJ, so to save your changes permanently, you have to rebuild your project before you close it to overwrite the contents of the real JAR file.

wei
  • 11
  • 1