Skip to content

Commit 26daf61

Browse files
Remove the obselete parameter '-Djava.compiler=NONE' from launching command (#564)
1 parent 1b669f8 commit 26daf61

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

com.microsoft.java.debug.plugin/src/main/java/com/microsoft/java/debug/plugin/internal/AdvancedLaunchingConnector.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ private static String[] constructLaunchCommand(Map<String, ? extends Argument> l
195195

196196
StringBuilder execString = new StringBuilder();
197197
execString.append("\"" + javaHome + slash + "bin" + slash + javaExec + "\"");
198-
execString.append(" -Djava.compiler=NONE");
199198
execString.append(" -Xrunjdwp:transport=dt_socket,address=" + address + ",server=n,suspend=" + (suspend ? "y" : "n"));
200199
if (javaOptions != null) {
201200
execString.append(" " + javaOptions);

0 commit comments

Comments
 (0)