Jrebel latest cracked version and how to use it
continuous attention to the public number:
tea Father (Cha-baba), can be permanently free to get the latest cracked Jrebel share link! new and old users to quickly get the latest Jrebel crack, just reply in the public number: Jrebel
1. The Eclipse IDE's Jrebel plug-in hack (Intellij idea is similar) is as follows:
Take the Eclipse IDE plug-in under Windows Jrebel-6.0.1-agent as an example,
If Eclipse is in D:\eclipse, the cracked Jrebel.jar and jrebel.lic are copied to d:\eclipse\plugins\org.zeroturnaround.eclipse.embedder_6.0.1. All of the Jrebel.jar subfolders under the RELEASE-201411260851 folder, and then restart Eclipse to hack.
2. Use the Jrebel.jar hack version alone (such as using hot deployment in Tomcat under 64-bit Windows) as follows:
In Java VM arguments, enter the following parameters:
-noverify
-agentpath:d:/dev_env/jrebel/jrebel_running/lib/jrebel64.dll
#Linux用这个:-agentpath:/dev_env/jrebel/jrebel_running/lib/libjrebel64.so
#Mac OS with this:-agentpath:/dev_env/jrebel/jrebel_running/lib/libjrebel64.dylib
-drebel.dirs=f:/myproject/test-jrebel/webapp/web-inf/classes
-drebel.disable_update=true
-djava_opts= -xms256m-xmx256m-xx:maxnewsize=512m
Description of the above parameters:
-agentpath: This is the path of the LIB package that you use for the Jrebel Agent version (the path suffix is not written in Jrebel.jar), note the slash direction.
-drebel.dirs: This is the class file path of the project you want to monitor
-Drebel.disable_update: set to True to not network check for updates
-djava_opts: This option is not required to set its parameter size when memory overflows or in other special cases.
3. You can also start Tomcat by writing VM arguments such as-agentpath and-drebel.properties to Tomcat's startup script
A. In a 64-bit Windows environment, the Tomcat startup script uses Jrebel, and the script is named: Startup_jrebel_jvm.cmd
@echo Offrem---------------------------placed under the Tomcat path Bin/catalina.bat the same directory REM- --------------------------Jrebel Remoting------------------------------------------------set Java_opts=%java_ opts%-noverify-agentpath:d:/jrebel/lib/jrebel64.dll -drebel.properties=d:/jrebel/jrebel_config/jrebel.properties -drebel.disable_update=true rem--------------------------- JVM------------------------------------------------set java_opts=%java_opts%-xms512m-xmx512mset jpda_address= 8881set title=webprojectcall "%~dp0catalina.bat" %* jpda start
B. Centos (Linux) environment in Tomcat startup script using jrebel, script can be named: catalina-jrebel-startup.sh
#!/bin/bash export catalina_opts= "$CATALINA _opts-noverify-agentpath:/jrebel/lib/jrebel64.dll- Drebel.disable_update=true
Jrebel latest cracked version and how to use it