IBM Websphere 9 with SDK 8
Answered
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 sign in to leave a comment.
Please see https://youtrack.jetbrains.com/issue/IDEA-163827 for the fix.
Working like a charm, thx!