Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Why use JRebel

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article is about why you want to use JRebel. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.

Why use JRebel?

There is a headache in the development process: every time you modify the background code, you need to redeploy the project to tomcat, and then start tomcat to rerun the project to view the modified results, wasting a lot of time. It is estimated that the development time taken by restarting the application server in one day is about 8% of the time, so it is necessary to introduce hot deployment in order to make reasonable use of the wasted time.

Download and install JRebel

1. Download address: link: http://pan.baidu.com/s/1i5E3WTv password: T79p

2. Get jrebel_6.4.3_update-site.zip (eclipse's jrebel plug-in package) and jrebel-6.4.3-crack.rar (jrebel's cracked package) after decompression.

3. Install the jrebel plug-in in eclipse (Mars.2):

Click "OK" to save when you are finished

Click "next"

Since then, the operation will not be repeated, but the choice to accept will appear, and the next step along the way can be completed.

After the installation is complete, you will be prompted to restart. Please select "Yes".

4. You can see "JRebel configuration" in help, indicating that the installation is successful, as shown in the following figure:

5. Extract jrebel-6.4.3-crack.rar and replace all files with jrebel.jar under plugins\ org.zeroturnaround.eclipse.embedder_6.4.3.RELEASE under the eclipse root directory with "jrebel.jar" and "jrebel.lic" under the jrebel6 folder.

6. When you start eclipse again, you can see the figure below, which means that the crack and installation is successful.

7. After clicking "advanced", select the following figure

8. Because adding jrebel has some impact on the memory footprint of jvm, you still need to modify the parameters.

Add "- Xms256M-Xmx512M-XX:MaxPermSize=128m" to the following figure location

9. Try starting your server.

Thank you for reading! This is the end of the article on "Why use JRebel". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, you can share it for more people to see!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report