jrebel Questions

8

Solved

JRebel not listening or reloading changes in src/main/resources directory making reading such files return cached and invalid value. Is this normal?
Stepparent asked 30/8, 2014 at 15:20

7

Solved

I have been trying to run with JRebel this configuration: Here is my output: c:\JBOSS\jboss-portal-2.7.2\bin\run.bat -c default c:\JBOSS\jboss-portal-2.7.2\bin>set JAVA_OPTS=-Dhttp.proxyH...
Duel asked 16/7, 2012 at 6:42

20

Solved

Yesterday I switched to IntelliJ IDEA 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, an...
Seismology asked 5/10, 2012 at 10:27

2

Solved

After uninstalling JRebel from Eclipse Kepler (on Ubuntu 12.04), when I try to run my web app on server I get the following error: 'Starting Tomcat v7.0 Server at localhost' has encountered a prob...
Eoin asked 29/6, 2013 at 0:39

7

Solved

I recently saw an online presentation of JRebel in which they explain what their product does, in one of the slides they mention they don't use class loaders (see screenshot below). I have some pr...
Bogy asked 23/7, 2014 at 20:0

5

Solved

Is IntelliJ compiling all the time since it tells me with red squiggly lines when there is an error? (in addition to the autocomplete features) Or is it doing some sort of psuedo compiling? If it...
Ramiroramjet asked 30/7, 2014 at 19:45

4

Solved

Back in December I switched from Eclipse to IntelliJ IDEA 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...
Simar asked 31/1, 2013 at 21:37

4

Solved

Has anybody sometime tried to use JRebel with Mule instead of a typical application server? If so, could you describe your experience? As far as I know, currently, Mule is not officially supported...
Pomiculture asked 14/10, 2015 at 17:17

4

Solved

I am an Indie Game Developer, and I am currently building a game for the Android Platform, using NDK. My problem is that, this game is now more than 20MB in size and is taking a lot of time to depl...
Chaiken asked 21/6, 2012 at 10:29

2

I am developing a Vaadin 8 UI. At the moment, each time I modify the UI, I have to restart my application. Is there a better way? I have tried attaching the Java debugger and using IntelliJ's Relo...
Wavawave asked 21/3, 2017 at 12:25

3

Solved

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 ch...
Prady asked 24/11, 2012 at 18:16

3

Solved

I'm trying to disable automatic reload/recompiling in Grails 3.1 as I would like to use JRebel instead. I find springloaded rather limited, but more importantly is constantly fails with File /Use...
Eosinophil asked 5/2, 2016 at 14:1

2

Solved

I have a NetBeans mavenized project contaning: web project (war) ejb project (jar) parent project maven project After every change I must clean an build the maven project and run the parent...
Zany asked 11/2, 2014 at 12:53

6

JRebel is a tool for Java that can automatically swap in new versions of classes to a running JVM. Not only can method implementations be changed, it's also possible to change their signature...
Venture asked 11/8, 2010 at 12:59

2

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 JReb...
Heritable asked 12/5, 2013 at 19:39

3

Solved

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 wor...
Musset asked 12/9, 2012 at 17:32

3

Solved

Spring 4.1.2 (4.0.8 and 3.2.12) contains a Security Bugfix SPR-12354 that prevents the ResourceHttpRequestHandler (the thing behind <mvc:resources>) to load files from outside the the resourc...
Deviation asked 12/11, 2014 at 21:26

3

Solved

Does JRebel use Javassist or some kind of bytecode manipulation? I'm asking this out of pure interest, I don't actually "need" to know :)
Desirae asked 28/1, 2011 at 10:5

1

Solved

I need to try JRebel for my web app development: Using GAE SDK version 1.8.0 Run through maven appengine:devserver Under M2E plugin (Eclipse) or console, running Linux (Ubuntu) desktop Document...
Hisakohisbe asked 26/9, 2013 at 19:41

3

Solved

I was wondering if someone could point me in the direction of getting JRebel to work when I execute 'mvn tomcat:run' from the command line. I can get JRebel to work in my IDE (IntelliJ IDEA), but i...
Canicula asked 26/4, 2011 at 9:28

8

JRebel allows for newly compiled code to be redeployed without restarting the application. I am wondering if there are any alternative (free?). The FAQ page answers this question, but I am su...
Polish asked 3/11, 2011 at 16:46

2

I had some problems with hot-reloading Facelets files using JRebel, Spring, JSF Mojarra 2.0.3 and WebLogic 10.3. JRebel reloads regular Java classes and js/css files under /WebContent successfully,...
Decreasing asked 22/9, 2011 at 9:18

2

Solved

As i am working in Java from past couple of year i do not saw any effort from Oracle to solve the problem of class reloading. Like done by Jrebel But its a licensed version and cost is very...
Laryngoscope asked 17/7, 2013 at 5:47

2

Solved

I'm looking at getting JRebel licenses for my company. However I just found out that IntelliJ already has a built in functionality to hot deploy classes. At the moment we are using Netbeans and E...
Lorelle asked 10/2, 2014 at 10:31

4

I'm working with Eclipse and Maven and run my application using the Maven jetty plugin. I find it mildly irritating that Maven insists on recompiling my files every time I execute jetty:run. It is...
Multiplicand asked 5/5, 2011 at 11:25

© 2022 - 2024 — McMap. All rights reserved.