Suppose you want to analyse a java program that you'd start this way
java com.package.ClassName
To run it with the jgaze execution viewer you just type this line instead
java -jar jgaze.jar com.package.ClassName
Make sure that the environment variable JAVA_HOME points to a JDK, not a JRE.
Currently jgaze supports these features.
Expect this list to grow over time. There's a ton of features I want to add. Here's a complete explanation of the current features.
Jgaze has been tested with smaller stand-alone programs, not servers. It runs at least on Windows and Linux with JDKs from 1.4 till 1.8.
Main | Contact | Legal | Manual |