File libSearchRoot = new File(project.getLocation().toFile(), "lib");
engine.setDeSimulationLauncher(new VdmRtBundleLauncher(deFile, deUrl.getPort(), libSearchRoot));// new
} else
{
deUrl = new URL(IDebugConstants.DEFAULT_DE_ENDPOINT.replaceAll("PORT", Integer.valueOf(8080).toString()));
engine.setDeSimulationLauncher(new VdmRtLauncher(5000));
}
final int deDebugPort = findFreePort();
ModelConfig deModel = getDeModelConfig(project, deDebugPort);
engine.setDeModel(deModel);