Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 202546 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/tptp/platform/profile/server/wst/internal/TPTPServerProfilerDelegate.java (+4 lines)
Lines 326-331 Link Here
326
		this.monitor=monitor;
326
		this.monitor=monitor;
327
		wc = launch.getLaunchConfiguration().getWorkingCopy();
327
		wc = launch.getLaunchConfiguration().getWorkingCopy();
328
		
328
		
329
		if (AdminUtil.isConfigEmpty()) {
330
            AdminUtil.generateConfigFile();
331
		}
332
		
329
		String[] vmArgs = vmConfig.getVMArguments();
333
		String[] vmArgs = vmConfig.getVMArguments();
330
		String[] envcfg = vmConfig.getEnvironment();
334
		String[] envcfg = vmConfig.getEnvironment();
331
		String[] env = getEnvironmentVariables();
335
		String[] env = getEnvironmentVariables();

Return to bug 202546