Questions tagged [jrebel]

JRebel is a plug-in for the Java Virtual Machine (JVM) that enables instant reloading of changes made to a Java class file.

JRebel is a JVM plugin that makes it possible for Java developers to instantly see any code change made to an app without redeploying. JRebel lets you see code changes instantly, versioning classes and resources individually and updating one at a time instead of as a lump application redeploy.1

JRebel is an alternative solution to updating classes which does not require a debugging session to be started. Instead it monitors the file system for changes and updates the classes in-memory. This means that only classes compiled to ".class" files will be updated and changes to classes in JAR files will be ignored. JRebel imposes a performance overhead on the application and should not be used in production or performance tests. It is meant to be a development tool only.[2]

JRebel is Java-based and usable on any operating system that supports Java. JRebel is IDE-agnostic and designed for integration with various Java EE standards and Java application servers.[4] Although JRebel is subscription-based commercial software, it is freely available to open source software projects and developers using the Scala programming language.

References

312 questions
1
vote
1 answer

Remote deploy artifact to Jboss AS using JRebel

Just trying to setup remote deployment of projects to Jboss AS 4.2.1 using Jrebel. After enabling the JRebel for my project in eclipse along with the remoting feature, it asks for the deployed app's URL in the server. How do I get to know the URL…
mystarrocks
  • 4,040
  • 2
  • 36
  • 61
1
vote
1 answer

ERR_UNKNOWN in eclipse with jrebel

hi i am using below script to start the sever @echo off set JAVA_OPTIONS=-javaagent:D:\eclipse-jee-juno-SR1-win32\eclipse\plugins\org.zeroturnaround.eclipse.embedder_5.1.3.SR1-201302011351\jrebel\jrebel.jar %JAVA_OPTIONS% call…
user1912935
  • 361
  • 4
  • 13
  • 34
1
vote
1 answer

How to use NetBeans debugger with JRebel

I recently installed the JRebel plugin for NetBeans and have noticed the following problem when debugging within the IDE: If I set a breakpoint in a class and change the code afterwards, then my debugger doesn't always hit the breakpoint. I found a…
1
vote
1 answer

How to integrate jrebel in arquillian tests on remote jboss testing?

Testing java persistence, want to integrate jrebel on arquillian tests. I've read something about an arquillian jrebel extension, but could not configure it well (maven dependency error). Right now I'm just running remotely Jboss with jrebel plugin,…
jacktrades
  • 7,224
  • 13
  • 56
  • 83
1
vote
1 answer

JRebel in game development (performance)

I'm programming a game in plain Java (no external libraries). Running the project with JRebel enabled slows the performance down and frame rate goes below 1 fps. Is there any way to use JRebel for game development? Can I for example "run" JRebel…
Arttu
  • 983
  • 8
  • 12
1
vote
1 answer

JRebel doesn't update HTML

I'm using JRebel 5.0.0 in Intellij IDEA (Leda preview, 122.746) with JRebel plug-in. The server is GlassFish v3.1. My application uses Wicket, with HTML templates placed in the same place as classes. The problem is that updated classes do…
Andy
  • 1,454
  • 17
  • 33
1
vote
4 answers

Can't view JRebel Config Center

I have used JRebel and Eclipse Juno for some time, but now it seems broken. If I try to open the JRebel Config Centre or any other view related to JRebel I only get: "JRebel Config Centre view can only be opened in the JRebel Config Centre…
Peter
  • 2,165
  • 2
  • 17
  • 25
1
vote
1 answer

JRebel updating changes not tomcat maven plugin

I have Maven module with JRebel and Tomcat-maven-plugin. I run the tomcat:run with JRebel as shown in the screenshot. Whenever I change are reflected in the browser. Question 1: How do I make sure that these changes are reflected by JRebel not…
Pirzada
  • 4,685
  • 18
  • 60
  • 113
1
vote
1 answer

Don't see the jrebel.log

JRebel settings: C:\JRebel-5.0: 16.07.2012 13:29 . 16.07.2012 13:29 .. 16.07.2012 04:23 71 264 3rd-party-licenses.txt 16.07.2012 05:04 bin 16.07.2012 04:08 48 511…
abg
  • 2,002
  • 7
  • 39
  • 63
1
vote
1 answer

Can`t get JRebel to work

I decided to try social JRebel for an open-source, personal project and I cannot get this working. I use Eclipse Indigo IDE and I have downloaded JRebel via Eclipse marketplace and activated JRebel with my free license. I have setup the Glassfish…
Videanu Adrian
  • 972
  • 3
  • 16
  • 41
1
vote
2 answers

Jrebel impacts on Spring context loading?

JRebel 5.0.0 (201206080930) Have multimodule maven project, which is assembling into war and deploying on Tomcat 7. When I am enabling JRebel-agent for projets(rebel.xml is generated) and starting Tomcat with agent(either by adding follow lines to…
vacuum
  • 2,273
  • 3
  • 20
  • 32
1
vote
2 answers

Configuration of JRebel isn't working

I have a complex maven project in IntelliJ and I wan't to use JRebel in it to speed up development time. The project is composed this…
brevleq
  • 2,081
  • 10
  • 53
  • 97
0
votes
2 answers

Failed to install JRebel 4.5.1 in RAD 7.0

I downloaded JRebel 4.5.1 update site zip, and then try to install it using a local update site, the only compatible version is "JRebel for Eclipse 3.2 and RAD 7.0". However, I got below exception after click it and accept the license, could anyone…
hetaoblog
  • 1,990
  • 5
  • 26
  • 34
0
votes
0 answers

When I use Jrebel Debug to run the SpringBoot project, Jrebel is stuck in an infinite loop of class reloading

2023-06-15 17:52:18.468 INFO [0] [Core] java.net.URLClassLoader@245b4bdc found resource: 'imp-onetimepwd.properties' from…
0
votes
0 answers

Changes in Intellij doesnt have any affect on the web program

Im using Intellij, Vaadin, Spring and JRebel. I didnt made any changes on my program, but since today my program doesnt work normal anymore. If i try to make any code changes through IntelliJ, normally, JRebel is going to refresh the Website…
Ji Lin
  • 61
  • 4