Eclipse uses Jrebel

Source: Internet
Author: User

Note: The following are collected online, may not be complete, limited to study and research use.

Javarebel is a tool that is primarily used for hot loading, such as in an application server such as Tomcat, updating the class or some resource files, and after using Jrebel, there is no need to restart the application server. Here is a point to make a statement, this article is only to crack study and research use, not for other purposes.

: http://www.zeroturnaround.com/jrebel/download/
The download is a ZIP compressed package, open will find a jrebel.jar, which is its most important to run the package. Others are documents and plugins.

 

PS. Rebel out of the free Community Edition, see:

http://zeroturnaround.com/blog/free-version-of-jrebel-social/

First, the installation package preparation

1 . Jrebel. Jar Core jar package,http://zeroturnaround.com/jrebel/prev-releases/ above for download.

Install the JRebel Eclipse plugin into Help» install New software ... and enter the following URL:http://www.zeroturnaround.com/ update-site/

2. Update-site.zip Jrebel Eclipse Plugin Http://www.zeroturnaround.com/update-site/update-site.zip

Second, configure Eclipse

(1), configure WINDOW->PREFERENCE->TOMCAT->JVM Settings in Eclipse, add the following parameters

-drebel.spring_plugin=true Support Spring Framework

-drebel.aspectj_plugin=true Support ASPECTJ

-drebel.struts2_plugin=true Support Strut2

-javaagent:d:\jrebel.jar here to modify Jrebel.jar correct path yourself

-drebel.dirs=f:/project/test/webcontent/web-inf/classes,f:/project/test/webcontent

-dmyproject.root=d:/project/operamasks/workspaces/xxxx-drebel.disable_update=true

-noverify

[(-javaagent download the path of the Jrebel.jar,-DREBEL.DIRSC the path of the project's class file, the value of-dmyproject.root represents the current project path requiring a hot deployment)]

(2), "configured in the server's startup file or environment variable settings file." Take WebLogic here for example:

Under WebLogic directory User_projects\domains\base_domain\bin (depending on your configuration path), locate the Setdomainenv.cmd

Add a line at the beginning: set java_options=%java_options% "-noverify-javaagent:e:\docs\java\java_lib\jrebel.jar" "

If you want to support more frameworks, you can refer to the official website http://www.zeroturnaround.com/jrebel/features/frameworks/

If you want to know more parameter configuration, you can refer to the official website http://www.zeroturnaround.com/jrebel/configuration/

Third, install the Eclipse plug-in

Installing the JRebel Eclipse plugin

Help»install New Software

Then pass the following url:http://www.zeroturnaround.com/update-site/
If you want to download offline, you can do this by downloading the offline package: Http://www.zeroturnaround.com/update-site/update-site.zip

/**************************************************

Jrebel Download:

Official address: http://www.zeroturnaround.com/jrebel/(30 days trial)

Crack Address: HTTP://DL.DBANK.COM/C086ENGZBB

**************************************************/

-----------------------------------------------------------------

Configuration Jrebel:

1. After reboot, start setting the Jrebel parameter and select window--> performance after entering Eclipse.

2. Select JRebel on the left, then click Browser ... button to select your Jrebel.jar storage path.

3. Select Java-debug-step Filtering on the left and tick use Step filters and Filter synthetic methods (REQUIRESVM support).

Click the Add Filter button to add com.zeroturnaround.* and org.zeroturnaround.*.

-------------------------------------------------------------------

Iv. after configuring the above, you also need to close the reloadable settings of the Tomcat application
<context path= "/hello" reloadable= " false " docbase=" D:\project "/>

Jreble Log

If you want to select Enable debug logging, you need to configure the log information.    Click Lauch JRebel Agent Settings, you can select Show JRebel message in standard output (print in console output), and log to file and output to the log file. If you do not set the log path, you may be prompted not to find the log information. Click the Open JRebel Agent to view the Jrebel.properties,jrebel.info directory.

Reference

"Http://zeroturnaround.com/software/jrebel/learn/eclipse-jrebel-tutorial/"

"Https://zeroturnaround.com/software/jrebel/download/installing-jrebel-plugin-for-eclipse/"

"Http://manuals.zeroturnaround.com/jrebel/"

There's a better crack.

"http://blog.csdn.net/sensisoft/article/details/20010615"

Crack Jrebel method

" http://www.blogjava.net/usherlight/archive/2009/10/15/298449.html "

"Http://www.sdandroid.com/2014/02/jrebel_6430.html"

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.