You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
setting JAVA_HOME
"tomcat.customEnv": [
{
"environmentVariable": "JAVA_HOME", // variable name
"value": "/javaprj/jdk-15" // value
}
].
generater show : /bin/sh: jar: command not found
i find in code \src\Tomcat\TomcatController.ts on line 366
await Utility.executeCMD(this._outputChannel, server.getName(), 'jar', { cwd: folderLocation }, 'xvf', ${webappPath});
if not direct jar ,if like java Utility.getJavaExecutable()
i think it will be solve
The text was updated successfully, but these errors were encountered:
Steps to Reproduce:
"tomcat.customEnv": [
{
"environmentVariable": "JAVA_HOME", // variable name
"value": "/javaprj/jdk-15" // value
}
].
i find in code \src\Tomcat\TomcatController.ts on line 366
await Utility.executeCMD(this._outputChannel, server.getName(), 'jar', { cwd: folderLocation }, 'xvf',
${webappPath}
);if not direct jar ,if like java Utility.getJavaExecutable()
i think it will be solve
The text was updated successfully, but these errors were encountered: