-
Notifications
You must be signed in to change notification settings - Fork 411
Closed
Labels
Description
Opened a brand new project from Eclipse. Seems failed to launch Java VM.
Error message:
Failed to launch debuggee VM. Reason: java.io.IOException: Cannot run program "/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre/bin/java" (in directory "/Users/xia/Documents/测试/"): error=2, No such file or directory
Environment
- Operating System: macOS 10.13.3
- JDK version: 1.8.0_144
- Visual Studio Code version: 1.19.3
- Java extension version: 0.18.1
- Java Debugger extension version: 0.6.0
Steps To Reproduce
- Click debug(launch)
- error
Additional Informations
I spent at least four hours on trying to solve my environment, then realized the problem is the folder name.
For what I've tested, debugging is working on this folder name:
- Test
But definitely not working on these: - 测试
- Próf
- тест
- テスト
I hope this helps.