if( progArgs != null )
target2.append(progArgs);
String target = target2.toString();
target = target.replaceAll("\"", "").trim();
JvmModel model = JvmModel.getInstance();
List<IHost> hosts = model.getHosts();
for (IHost host : hosts) {
List<IActiveJvm> jvms = host.getActiveJvms();
for (IActiveJvm jvm : jvms) {
String command = jvm.getLaunchCommand();
if( command.equals(target)) {