Skip to content

Commit a61edc0

Browse files
committed
Normalize LS JAR path
1 parent c236cc5 commit a61edc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eclipse-language-servers/org.springframework.tooling.ls.eclipse.commons/src/org/springframework/tooling/ls/eclipse/commons/STS4LanguageServerProcessStreamConnector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ protected final void initExecutableJarCommand(Path lsDir, String jarPrefix, List
105105
throw new IllegalStateException("No LS JAR files found!");
106106
}
107107

108-
Path jarFile = jarFiles.get(0);
108+
Path jarFile = jarFiles.get(0).normalize();
109109

110110
List<String> command = new ArrayList<>();
111111

0 commit comments

Comments
 (0)