I am trying to run java stand-alone application; all .jar files of the application are in D:/spl/PSRM25DEV/splapp/standalone/lib directory. The only file that I need to update and debug is cm.jar; other jars include hibernate, JDBC, XML/XSL API, Oracle framework, … I want to exclude from the debug process.
I made change in the code, re-compile and re-generate cm.jar; I copied cm.jar into D:/spl/PSRM25DEV/splapp/standalone/lib; but JRebel does not pickup the change.
Do you have any suggestion? Below is my jrebel.xml file:
<?xml version=”1.0″ encoding=”UTF-8″?>
<application xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xmlns=”http://www.zeroturnaround.com” xsi:schemaLocation=”http://www.zeroturnaround.com http://update.zeroturnaround.com/jrebel/rebel-2_1.xsd“>
<classpath>
<jar name=”D:/spl/PSRM25DEV/splapp/standalone/lib/cm.jar”/>
</classpath>
</application>