我刚开始编程(CompSci 1年级)。我决定用VSCode编写Java代码。我有一个测试文件,但是每当我尝试运行测试时,在调试控制台中都会出现以下错误:-
Unrecognized option: -ea,--enable-preview
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
我在包含我的Java和测试文件的文件夹中有一个“ lib”文件夹,其中包含junit-platform-console-standalone-1.5.2.jar
如果我点击Debug Test,则会弹出一个错误提示
"Failed to launch debuggee VM. Reason: com.sun.jdi.connect.VMStartException: VM did not connect within given time: 10000ms"
对如何解决此问题有任何想法吗?
谢谢。
答案 0 :(得分:0)
自己修复。显然我的VSCode安装中没有正确配置某些东西。
我刚刚将其与Java扩展一起重新安装,现在一切正常
答案 1 :(得分:0)
我有一个silimar错误,问题是我的项目在工作区中的路径有空格,例如:
C:\ Users \ user \ my工作区\ proyect ----解决方案----> C:\ Users \ user \ myWorkspace \ proyect