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

learn more… | top users | synonyms

0
votes
0answers
53 views

Implementing Hot code swap for Dalvik

My company does a lot of Android development and we're hampered by the long compile, dex, package, deploy cycles. Given the current state of the Dalvik VM and tools, is building something like JRebel ...
0
votes
0answers
26 views

View exact java commands issued by SBT

I'm trying to integrate jrebel with an SBT project. The following entry is in the build.scala file: javaOptions ++= Seq("-javaagent:/path/to/jrebel.jar", "-Drebel.log=true", ...
0
votes
0answers
26 views

Jrebel - use license on the remote server

I have JRebel 5.2.0 and activated it trough Eclipse JRebel Config Center using license code. It activated successfully and Open Source Software Plan is active. On the same OS, I have a virtual ...
0
votes
0answers
31 views

JRebel errors (load, compilation) shown in the browser

Is it possible to show JRebel new class load errors in the response sent to the browser (as in interpreted languages)? F.e.: Web Developer in "SomeBigJavaProject" editing template file and made ...
0
votes
2answers
114 views

Best development environment using Spring MVC, JRebel for Java web app? [closed]

I looking for the current best combination of tools for developing a Java web app using Spring MVC (and Spring) and JRebel. Which IDE (which version, which plugins?), which other build tools (maven, ...
0
votes
0answers
38 views

JSP Tags in Resource Folder NOT Reloaded by JREBEL

In our project, we are using some Servlet 3.0 features: we put some web resources like JSP, JSP tag, CSS, JS, etc. files in a separate project (in src/main/resource folder) which compiles into a jar ...
0
votes
1answer
39 views

JRebel relative path for deployed war

I've recently started using JRebel with Eclipse and Jboss and its working perfectly fine for me. Its deploying changed files to D:/Workspace/Project/build/classes as I've mentioned the same in ...
1
vote
1answer
39 views

How to install previous veriosn of jrebel for EE into eclipse

I'm using liferay 6.0.6+ jrebel 5.2 but it seems that jrebel 5.2 is causing liferay server's every page load to stuck for couples of seconds. Previous version doesn't has that issue, but online ...
1
vote
1answer
115 views

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 ...
1
vote
1answer
193 views

Scala - Spray.io - sbt-revolver - jrebel - Not seeing changes to HttpService (or anything) on reload

I can see that sbt-revolver is set up and running on spray can but my changes don't appear when I make a request to a service. You can see in the logs jrebel is doing its thing: [success] Total ...
0
votes
0answers
59 views

Using JRebel when with Cargo

I'm trying to get my Appfuse(2.2.1) application to work with jRebel. I used to run mvn clean install, then mvn cargo:run to deploy the application. now I wish to integrate jrebel in order to save ...
0
votes
1answer
189 views

how to start jrebel with jboss as 7

I do`not know how to use (configure) JRebel with Jboss as 7 (Bronthes). First of all i am downloading plugin for eclipse next activate social license for JRebel. Next use simple example Jboss gwt ...
1
vote
0answers
84 views

ERR_UNKNOWN in eclipse with jrebel

hi i am using below script to start the sever @echo off set ...
0
votes
1answer
76 views

LiveRebel questions

I'm testing liverebel and I notices some strange behaviour : My environment 1.) liverebel admin running on my local windows machine 2.) remote server linux CentOS with jboss5 server with liverebel ...
1
vote
2answers
266 views

JRebel in weblogic environment

i created a project in eclipse by enabling jrebel remoting and given deployment URL as http://172.27.162.28:7001/testJrebel/ and i deployed the war file in weblogic10 sever before i successfully ...
1
vote
1answer
57 views

JRebel doesn't reload java swing ui

I just started using jrebel. It works fine when it comes to monitoring changes within my classes but the problem is that it doesn't reload the swing ui.
1
vote
2answers
156 views

Intellij “Make project automatically” woes

Back in december I switched from Eclipse to IntelliJ but within a couple of days I switched back. Today I tried IntelliJ again and basically I have only one issue left. The issue is I want to ...
0
votes
1answer
96 views

how to update java class files in Tomcat and save uptime

Are there ways to update java class files in Tomcat without using Tomcat Manager and reloadable with saving uptime? Reloading application from Tomcat Manager takes about 15-30 seconds and it invoke ...
0
votes
0answers
93 views

Issue with JRebel while reloading classes

We use JRebel in our development environment. I have been using this for the past one year but from past few days I have been having problems with JRebel. Every time I change something in any of my ...
1
vote
2answers
1k views

Exploded War deployment with IntelliJ Idea, Maven, Tomcat and JRebel

I'm developing a web-based application with IntelliJ Idea 12, Maven, JRebel and Tomcat. In order to take advantage of JRebel, automatically reloading changes to Spring beans, I used the exploded war ...
1
vote
1answer
199 views

How to use netbeans debugger with jRebel

i recently installed jrebel netbeans plugin just to try it. since then i noticed a netbeans debugger problem. i mean.. when i set a breakpoint and change something in class or file then my debugger ...
2
votes
1answer
336 views

JRebel maven multi-module

How I can configure JRebel for multi-module maven project? For now, I added JRebel plugin to my parent pom.xml and I generated several rebel.xml files (one rebel.xml per child module) using ...
0
votes
0answers
189 views

JRebel rebel.xml configuration problems using web and link elements

I have the following rebel.xml file: <?xml version="1.0" encoding="UTF-8"?> <application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...
0
votes
1answer
71 views

Configuring JRebel 5 with Resin 3.1.x on mac

I'm evaluating JRebel, I was able to install and test it on tomcat in few minutes but I've spent hours trying to configure it with Resin 3.1. I'm geting the following error in the app server log: ...
2
votes
1answer
105 views

Eclipsie showing cvc-complex type error in rebel.xml

I use jrebel as a standalone version, not as eclipse plugin, so i made all the rebel.xml files by myself... with this rebel.xml i got in eclipse the following error at the <configuration> tag ...
-1
votes
1answer
159 views

xhtml changes are not reflected using Jrebel and JSF Mojarra 2.1.7

Java changes are reflecting immediately but not changes on the xhtml pages are showing up after page refresh. rebel.xml <classpath> dir ...
1
vote
1answer
112 views

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 ...
0
votes
1answer
102 views

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 ...
0
votes
1answer
159 views

Exception using JRebel in Eclipse Juno

I`m trying to start a web application using JBoss 4.2.3, Spring with JRebel enabled. I`m getting the following exception: javax.servlet.ServletException: ...
0
votes
0answers
74 views

Eclipse breakpoints seems to be ignored when using JRebel and eclipse remote debugging

I have the exact same problem that has been raised here. But its almost a year old and I would like to know if there are any updates for this issue or somebody in SO knows a work around? Currently ...
0
votes
0answers
123 views

Jrebel not working with MyEclipse Blue on win 7 64 bit

I am evaluating jrebel with myeclipse , After installing and configuring jrebel on myeclipse 10.6, for few projects rebel.xml is generated and for few it is not generated. When i do a clean and build ...
1
vote
1answer
131 views

Can JRebel individually redploy a jar for maven dependency update instead of whole ear

We have an ear that is deployed to Weblogic and we are using JRebel for hot deploy using its eclipse plugin. Everything works fine and whenever files are modified they get updated correctly to server. ...
0
votes
1answer
113 views

JRebel and Dynamic Class Loading

I have a few questions regarding JRebel and Java's Dynamic Class Laoding. Say for example, In a servlet I can reload servlet classes in the classes directory of the WEB-INF directory such that any ...
7
votes
1answer
298 views

Will running everything from RAM disk speed up scala development with jrebel?

Scenario: The machine I use for development have 32Gb of DDR3 RAM, i7 3770, SSD. The project is large, Scala compiles fast most of the time during incremental compilation but sometimes a single ...
1
vote
2answers
217 views

Why is Eclipse constantly rebuilding the project in my workspace?

We are using JRebel to quickly reload Java code changes into our JVM. This is working great! But, we are also using Eclipse as IDE. And for some reason, Eclipse can really rebuild the whole project ...
1
vote
1answer
172 views

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. ...
0
votes
1answer
162 views

jRebel breaks loading of Application and Session Scoped beans

While starting without jRebel the debug log of jetty contains lots of messages referring MyApplicationScopedBean like: 13:46:29.620 [main] DEBUG o.e.jetty.webapp.WebAppClassLoader - loaded class ...
0
votes
1answer
177 views

JRebel eclipse older versions, not versions in the update-site

If you paste http://update.zeroturnaround.com/update-site/ into your RAD 8 plugin installer you will only see the latest version, it is not working as well, and is not good for maintenance if we need ...
0
votes
2answers
179 views

How to troubleshoot JRebel?

I've an application (some wars) on JBoss 5 but it isn't always getting deployed correctly with JRebel. Sometimes it works, and sometimes it doesn't. The times JRebel doesn't start I've no clue to why. ...
0
votes
3answers
218 views

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 ...
0
votes
3answers
174 views

JRebel with CTRL + F9

I am using maven project with struts2, Tiles, XML Validation, Properties and Tomcat 7 maven plugin. Using Maven Tomcat 7 plugin and run with JRebel to test my work and changes. Changes to ...
0
votes
1answer
417 views

Is jRebel even needed in Intellij?

I am now able to auto incrementally compile on save in my Java EE project that is running on a Websphere server. I unistalled jRebel because I had issues starting the server suddenly, and noticed ...
3
votes
4answers
3k views

Intellij IDEA Java classes not auto compiling on save

Yesterday I switched to Intellij from Eclipse. I am using jRebel with Websphere Server 7 as well. Everything now seems to be working somewhat fine, except that when I modify a Java file, and hit ...
0
votes
2answers
200 views

JRebel to monitor struts.xml

Couldn't find any info regarding this. Is there any way that JRebel monitor struts.xml for changes. This is changed alot when testing. Any solution? EDITED Console INFO: Starting Servlet Engine: ...
1
vote
1answer
209 views

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 ...
1
vote
2answers
257 views

What are the benefits of JRebel?

I've been checking out JRebel. According to their site: "JRebel is an anything-Java plugin that speeds up JVM-based development (Java, Scala, Groovy) by reloading changes made in your workspace ...
0
votes
1answer
165 views

JRebel and Oracle ADF, JDeveloper

Do any of you have any experience with JRebel (Hot deploy)? And if so, have you any experience with JRebel + Oracle ADF (JDeveloper)? We are thinking about buying some licenses, but have only tried ...
3
votes
2answers
1k views

Is there other programs like JRebel? [duplicate]

Well, I use JRebel every day for the server I own, I love the ability of adding new features and never having to restart the server. Now that JRebel social is gone, is their other free alternatives to ...
1
vote
0answers
248 views

jRebel not work with Message resource bundle

I am using jRebel version 5.0.0 in my Spring project. Everything works well, any changes in Java, JSP or JS files was affected immediately. But when I modify some message keys in ...
0
votes
1answer
75 views

JRebel with Intellij and buildr?

I am working with a buildr project using Intellij IDEA and I want to get JRebel working. THis is a Spring MVC project. I have my rebel.xml configures and I created an ant script to re-package the ...

1 2