IntelliJ adding semicolon to JAVA_HOME unable to find
已回答
When I start my Liberty Server with IntelliJ I am seeing the following message:
C:\software\wlp-kernel-21.0.0.1\wlp\bin\server.bat run claimServer[2023-10-17 01:51:49,004] Artifact claimsvc:war exploded: Waiting for server connection to start artifact deployment…Detected server http port: 9080The system cannot find the path specified."C:\Program Files\jdk-19.0.2\;\bin\java"
The JAVA_HOME is set to C:\Program Files\jdk-19.0.2 but IntelliJ is adding the semicolon, and it can't find the files.
This service is running correctly in Eclipse with the same JAVA_HOME and SDK. We are trying to switch to IntelliJ and running into this issue.
请先登录再写评论。
IntelliJ IDEA should not change it. Please contact support at https://intellij-support.jetbrains.com/hc/requests/new and attach the complete output of the
setcommand in thecmd.exesession.There is likely some issue with your system environment configuration.
There may also be some changes to your server startup scripts. See if you can reproduce it with a clean server installation.