Bug 575210 - [17-18] JEP 411-393: Deprecate the Security Manager for
Removal

Change-Id: I1792869bf8c62917a8df2687d877a22843f28716
Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform/+/190758
Tested-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Reviewed-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
diff --git a/ant/org.eclipse.ant.launching/src/org/eclipse/ant/internal/launching/launchConfigurations/AntLaunchDelegate.java b/ant/org.eclipse.ant.launching/src/org/eclipse/ant/internal/launching/launchConfigurations/AntLaunchDelegate.java
index 6789717..01db6f9 100644
--- a/ant/org.eclipse.ant.launching/src/org/eclipse/ant/internal/launching/launchConfigurations/AntLaunchDelegate.java
+++ b/ant/org.eclipse.ant.launching/src/org/eclipse/ant/internal/launching/launchConfigurations/AntLaunchDelegate.java
@@ -451,7 +451,7 @@
 			commandLine.append('\"');
 		}
 		if (vmver != null && JavaCore.compareJavaVersions(vmver, JavaCore.VERSION_17) >= 0) {
-			commandLine.append(" \"-Dava.security.manager=allow\""); //$NON-NLS-1$
+			commandLine.append(" \"-Djava.security.manager=allow\""); //$NON-NLS-1$
 		}
 
 		if (separateVM) {