reJ is a graphical tool for manipulation and inspection of .class files of the Java platform.
| [top] |
reJ probably shouldn't be a regular part of any development cycle. However, it can be very handy for various things.
To get a more comprehensive idea, see the features of the latest version of reJ.
| [top] |
Download the binary release of reJ: rej_vx.x_bin.zip from the Files section of the SourceForge project.
Unpack the zip archive. It contains an executable .jar file. If you wish to use the debugging funcionality of reJ, you will have to execute reJ manually, specifying the path to the tools.jar library of your JDK in the classpath, for example:
java -cp rej.jar;tools.jar net.sf.rej.gui.MainWindow
| [top] |
See the Hello World -tutorial to get a basic grasp of the GUI features.
| [top] |