We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad2336 commit 7c2ae07Copy full SHA for 7c2ae07
integrations/vscode/src/parameters.ts
@@ -58,7 +58,7 @@ export async function jdkHome(predefinedJdk?: string): Promise<string | undefine
58
if (!jdkPath) {
59
throw new Error();
60
}
61
- return `--jdkhome ${jdkPath}`;
+ return `--jdkhome "${jdkPath}"`;
62
63
return undefined;
64
0 commit comments