Scott E. Graves

Results 2 comments of Scott E. Graves

@Heptite To temporarily workaround this issue, I changed bin to `javaw` vs `java` on Windows in `.......\coc\extensions\node_modules\coc-java\lib\index.js`. Example: ```javascript exports2.JAVA_FILENAME = exports2.isWindows ? "javaw.exe" : "java"; ```

@Heptite If it's using `javaw.exe`, it should not create a console window, so I suspect it still may be using `java`. The `w` at the end is required for this...