}
public static WrappedProcess createProcess(Map map, boolean useSystemProperties)
{
Configuration localConf = new MapConfiguration(map);
YajswConfiguration conf = new YajswConfigurationImpl(localConf, true);
WrappedProcess process = createProcess(conf);
process.setLocalConfiguration(localConf);
process.setUseSystemProperties(useSystemProperties);
process.init();
return process;