{
String wrapperJar = WrapperLoader.getWrapperJar();
String homeDir = new File(wrapperJar).getParent();
OperatingSystem.instance().setWorkingDir(homeDir);
StopableService service = new WrapperMainServiceUnix();
YajswConfigurationImpl _config = new YajswConfigurationImpl(false);
w = WrappedProcessFactory.createProcess(_config);
// start the application
//w.setDebug(true);
w.init();