IBM Websphere 9 with SDK 8
已回答
When trying to start Websphere 9 (within Path "IBM\WebSphere\AppServer") with an IBM SDK 8, IntelliJ IDEA tries to run "IBM\WebSphere\AppServer\java\bin\java.exe"
IBM managed to move this file to "IBM\WebSphere\AppServer\java\8.0\bin\java" so therefore IntelliJ cannot start the server and responds with
"Cannot run program "C:\IBM\WebSphere\AppServer\java\bin\java": CreateProcess error=2"
Is it possible to set this path manually in a config file?
请先登录再写评论。
Please see https://youtrack.jetbrains.com/issue/IDEA-163827 for the fix.
Working like a charm, thx!