Top "Jrebel" questions

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

Where does IntelliJ put .class files when it compiles during typing

Is IntelliJ compiling all the time since it tells me with red squiggly lines when there is an error? (in …

java intellij-idea jrebel intellij-13
Auto deploy on save Netbeans entreprise project using maven

I have a NetBeans mavenized project Contaning: web project (war) ejb project (jar) parent project maven project After every change …

maven-2 maven-3 netbeans-7 netbeans-plugins jrebel
Error opening zip file or JAR manifest missing : jrebel.jar

When configuring JRebel on my remote server (JBoss on linux) I have configured the JVM arg as -javaagent:/home/user/…

linux jboss filepath jrebel
JRebel vs IntelliJ - hot swap

I'm looking at getting JRebel licenses for my company. However I just found out that IntelliJ already has a built …

java jakarta-ee intellij-idea jrebel
JRebel not listening or reloading changes in src/main/resources directory

JRebel not listening or reloading changes in src/main/resources directory making reading such files return cached and invalid value. …

jrebel
How does JRebel work?

Does JRebel use Javassist or some kind of bytecode manipulation? I'm asking this out of pure interest, I don't actually "…

jrebel