ProfilerAction.class,
"/lib/ajweaver-agent-profiler.zip",
profilerFile.getParentFile());
ManagedProcess process = new ManagedProcess("Profiled run",
builder);
process.startup(null, null);
} catch (NoSuchMethodException exc) {
SwtDialog.info("Class <b>" + className
+ " </b> does not have main method.", "");
return;
}