19 Jan
Download the current version of class visualizer zip file fromĀ http://class-visualizer.net/download.html and unzip it to [somewhere]
Create a batch command file (e.g. clvis.cmd), save it somewhere on the path, and include
cd %1
java -jar [somewhere]/class-visualizer/clsvis.jar %HOMEPATH%\sunspotfrcsdk\lib\squawk.jar %HOMEPATH%\sunspotfrcsdk\lib\networktables-crio.jar %HOMEPATH%\sunspotfrcsdk\lib\wpilibj.jar .\build\app.jar
Change [somewhere] to the actual install location.
Run the application
clvis [robot netbeans project folder]