"galaxy.multicast.address",
"galaxy.multicast.port",
"co.paralleluniverse.galaxy.configFile",
"log4j.configurationFile",
"co.paralleluniverse.galaxy.autoGoOnline"};
JvmProps props = JvmProps.at(cloud.node("**")).addJvmArg("-javaagent:" + System.getProperty("co.paralleluniverse.quasarJar"));
for (String string : copyEnv)
props = props.addJvmArg("-D" + string + "=" + System.getProperty(string));
// check why setEnv doesn't work
}