List<String> options = new ArrayList<>();
String javaRuntime = Paths.get(System.getProperty("java.home"), "bin", "java").toString();
RuntimeJava executor = new RuntimeJava(javaRuntime);
boolean success = executor.execute("org.adoptopenjdk.jitwatch.demo.MakeHotSpotLog", cp, options, new ISandboxLogListener()
{
@Override
public void log(String msg)
{
}