Skip to content

Failed to launch debuggee VM on non-English folder name #234

@XIAZY

Description

@XIAZY

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
  1. Click debug(launch)
  2. 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.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions