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
0
votes
2 answers

Reload Classes via ssh on intellij-run jrebel tomcat server

I have a JRebel+Tomcat server run via IntelliJ on my Work (*NIX) machine, and occasionally I'd love to have JRebel update Classes/Resources when I'm at my home (*NIX) machine remotely connected via SSH. e.g. home $ ssh work work $ cd…
inanutshellus
  • 9,683
  • 9
  • 53
  • 71
0
votes
0 answers

How to use JRebel existing licence

I am using JRebel free Social plan in my Eclipse Hellios. Now I am using Eclipse Juno. I have installed JRebel plugin in it and now I want to use that social plan for JRebel which I have activate it with my previous eclipse. So my question is how do…
Shekhar Khairnar
  • 2,643
  • 3
  • 26
  • 44
0
votes
0 answers

How to get Jrebel, Sbt and JBoss AS 7 working?

I'm using SBT 0.13.2-M3 for Lift 2.6-M2 development. I'm also using sbt-escalante 0.2.0 which allows me to start a different application server than Jetty. Now I tried to integrate JRebel 5.2.2 to avoid application restarts. When I run escalante-run…
0
votes
0 answers

How to deploy application to server instantly?

Currently i am using trail version of Jrebel for instance deployment like any changes i am making to my coding i needn't to restart the server to reflect the changes, Jrebel do it for me . what is Jrebel ? A Java development-time tool that decreases…
loknath
  • 1,362
  • 16
  • 25
0
votes
2 answers

High CPU usage when JRebel is on

When turning on JRebel for my JSF project, CPU usage gets too high on each requests & drops down when request has been served. I did looked though the profiler but it was not caused due to my project classes itself. But I could even figure out the…
Rajat Gupta
  • 25,853
  • 63
  • 179
  • 294
0
votes
0 answers

JRebel does not reload JSPs with JBoss 4.2.3 and NetBeans (or Eclipse)

JRebel works with all classes but not with JSPs. It is a maven project and both with Eclipse and Netbeans it does not reload (JSPs). Anybody encountered a similar situation? Thanks in advance.
Rollerball
  • 12,618
  • 23
  • 92
  • 161
0
votes
1 answer

Jrebele + JBoss 4.2.3. How to set the launching from run.bat

I would like to know what to change in debug.bat (or in any other configuration file) in order to use JRebel from console rather than from IDE. Thanks in advance.
Rollerball
  • 12,618
  • 23
  • 92
  • 161
0
votes
0 answers

Redeploy changes to JSF page(xhtml) when project stage is Production

I have set my JSF project stage to Production to test some stuff that can't be done while running in project stage Development. Now when I makes changes to jsf pages(ie, the xhtmls) the changes aren't visible instantly, even though Compile on save &…
Rajat Gupta
  • 25,853
  • 63
  • 179
  • 294
0
votes
1 answer

JRebel constantly reloading every client-side class file with GWT

We're considering about switching from Eclipse to IntelliJ IDEA. We have to use JRebel so we don't have to restart the app each time we change a line of code. Every time I change one line of code in one .java file, and after invoking the IntelliJ…
Olivier Tonglet
  • 3,312
  • 24
  • 40
0
votes
1 answer

JRebel only starts when prompt is enabled

I am working on a Spring webapp which I run locally through Tomcat 7. I am working on my project using Eclipse and I use JRebel to apply any changes I make in real time. When I start Tomcat, I get a prompt asking me if I would like to launch the…
Ricky Dalziel
  • 23
  • 1
  • 8
0
votes
1 answer

IntelliJ + jRebel - how to disable jRebel building a class upon CTRL+S?

I save frequently in ItelliJ and so each save triggers a jRebel build of that particular class which affects my IDE's performance. I would like to have a different shortcut for jRebel build but I can't seem to get IntelliJ not to trigger a build…
goe
  • 343
  • 1
  • 4
  • 13
0
votes
1 answer

Debugging in Eclipse (using JRebel): Source not found

This might be the x-th question with this title, but the other ones and their answers did not help me. Please pay attention to the tags. If I set a breakpoint to a line of code in my current project and the debugger hits it, it will display an error…
Lester
  • 1,830
  • 1
  • 27
  • 44
0
votes
1 answer

CDI Interceptors working only while using Jrebel

I'm experiencing CDI interceptors binding issues and I couldn't figure out what is wrong. While I'm developing using Eclipse, only with JRebel agent active, interceptors work well, but when I deploy the same application, at the same glassfish…
dmota
  • 1
0
votes
1 answer

Jrebel ERR_UNKNOWN failure?

Jrebel ERR_UNKNOWN failure? Eclipse Version:Kepler Java Version:JDK(1.6.0_32) JRebel Version:JRebel 5.3.1 Glassfish Version:Glassfish 3.1 Jrebel.log 2013-07-20 14:59:06.557 INFO [Remoting] Raw headers: {connection=Keep-Alive,…
alpgul
  • 1
  • 2
0
votes
1 answer

Can we hot deploy *.xml files by using JREBEL?

Can we hot deploy *.xml files by using JREBEL? In out project most of work is done through XML and we are planning to use JREBEL for the same.
user1338040
  • 39
  • 1
  • 8