1. Installation2. Activation3. Project configuration4. Startup configuration5. IDE Configuration6. Reload your codeInstalling the JRebel pluginOpen Tools > Plugins.Select the Available Plugins tab.Find JRebel and press Install.Didn't work?Don’t worry, you can also get the JRebel plugin here.Once downloaded, open Tools > Plugins and find the Downloaded tab. Press Add Plugins, browse to the downloaded file and press Install.Did this work?If the installation was a success, your IDE will restart. After the restart, JRebel will alert you via a notification.Getting a licenseOpen Help > JRebel > Activation.Fill out the form.Press Activate JRebel.Got a license?Press I already have a license in the activation window.Activation code. Paste your activation code if you have one already.License file from the hard drive. Point to your jrebel.lic file. You get this file via email when you purchase JRebel.Connect to ZeroTurnaround License Management or an on-premises License Server. Enter your team URL and email. You get the team URL from your network administrator.Did this work?JRebel will let you know that your license is activated via a notification.You can also see your license status from Help > JRebel > Activation.Mapping your workspace to the deployed applicationOpen Window > JRebel panel.Enable JRebel for the desired modules by selecting the column checkboxes.Redeploy your application (or restart your standalone application)!Didn't work?Using Maven? Use the JRebel Maven plugin to generate rebel.xml. JRebel Maven instructions.Running Gradle? Use the JRebel Gradle plugin to generate rebel.xml. JRebel Gradle instructions.Need to tweak your rebel.xml? JRebel rebel.xml reference manual has the answers.Did this work?When building your application, rebel.xml should be included within the application archive.In case of JAR files, rebel.xml should be included in the root folder.When working with WAR files, the rebel.xml should be located within the WEB-INF/classes folder.EAR files require a rebel.xml for each internal EAR module (that means JARs and WARs).Adding JRebel agent to your server or standalone applicationHow do you run your server?Via IDELocally from command lineOn a remote server Run via IDE JRebel is automatically enabled for servers launched from NetBeans. Good to knowNot running your server from the IDE? Follow another application server startup method. Did this work?When successful, you will see the JRebel banner in the console right at server startup. This is what the JRebel banner should look like: 2016-11-15 12:19:20 JRebel: ############################################################# 2016-11-15 12:19:20 JRebel: 2016-11-15 12:19:20 JRebel: JRebel Agent 7.0.0 (201611081555) 2016-11-15 12:19:20 JRebel: (c) Copyright ZeroTurnaround AS, Estonia, Tartu. 2016-11-15 12:19:20 JRebel: 2016-11-15 12:19:20 JRebel: Over the last 1 days JRebel prevented 2016-11-15 12:19:20 JRebel: at least 0 redeploys/restarts saving you about 0 hours. 2016-11-15 12:19:20 JRebel: 2016-11-15 12:19:20 JRebel: Licensed to ZeroTurnaround. 2016-11-15 12:19:20 JRebel: 2016-11-15 12:19:20 JRebel: ############################################################# Run locally from command line Open Help > JRebel > Configuration > Startup.Select Run locally from command line.Pick your desired Java and target environment.Follow the instructions provided to set up JRebel for your application server. Good to knowNot running your server from a command line?Follow another application server startup method.You can find the same command line instructions in the JRebel reference manual. Did this work?When successful, you will see the JRebel banner in the console right at server startup. This is what the JRebel banner should look like: 2016-11-15 12:19:20 JRebel: ############################################################# 2016-11-15 12:19:20 JRebel: 2016-11-15 12:19:20 JRebel: JRebel Agent 7.0.0 (201611081555) 2016-11-15 12:19:20 JRebel: (c) Copyright ZeroTurnaround AS, Estonia, Tartu. 2016-11-15 12:19:20 JRebel: 2016-11-15 12:19:20 JRebel: Over the last 1 days JRebel prevented 2016-11-15 12:19:20 JRebel: at least 0 redeploys/restarts saving you about 0 hours. 2016-11-15 12:19:20 JRebel: 2016-11-15 12:19:20 JRebel: Licensed to ZeroTurnaround. 2016-11-15 12:19:20 JRebel: 2016-11-15 12:19:20 JRebel: ############################################################# Run on a remote server Open Help > JRebel > Configuration > Startup.Select Run on a remote server.Pick your desired Java, target environment and operating system.Follow the instructions provided to set up JRebel for your remote application server. Good to knowNot running your server remotely Follow another application server startup method.You can find more help for setting JRebel up with a remote server over here. Did this work?When successful, you will see the JRebel banner in the console right at server startup. This is what the JRebel banner should look like: 2016-11-15 12:19:20 JRebel: ############################################################# 2016-11-15 12:19:20 JRebel: 2016-11-15 12:19:20 JRebel: JRebel Agent 7.0.0 (201611081555) 2016-11-15 12:19:20 JRebel: (c) Copyright ZeroTurnaround AS, Estonia, Tartu. 2016-11-15 12:19:20 JRebel: 2016-11-15 12:19:20 JRebel: Over the last 1 days JRebel prevented 2016-11-15 12:19:20 JRebel: at least 0 redeploys/restarts saving you about 0 hours. 2016-11-15 12:19:20 JRebel: 2016-11-15 12:19:20 JRebel: Licensed to ZeroTurnaround. 2016-11-15 12:19:20 JRebel: 2016-11-15 12:19:20 JRebel: ############################################################# Enabling compile on saveRight-click your project node. Select Properties.Enable Build > Compile > Compile on Save.Disable Run > Deploy on Save.Why do this?These options will avoid unintended redeploys, making your experience a lot smoother.JRebel relies upon your IDE to do the compiling. JRebel reloads your compiled .class files and not your .java files. When you change code, JRebel pushes the changed classes and resources to the server without redeploying.JRebel in actionRestart your application server or Java application.Change something in the application code and save.Refresh the application in the browser to see the changes!Learn more from JRebel DocumentationView Docs