Examples showing how to use vmlens to write multi-threaded tests for the JVM.
The classes in the package com.vmlens.examples.tests are described here and the JavaDoc is here.
When running the examples, you need to make sure that vmlens is added as Java-agent to the JVM.
- You can use maven. Use the command
mvn install
. How to configure the maven pom.xml is described here - You can use eclipse as described here.