简体   繁体   中英

Not able to run Tests in VS code

I am fairly new to programming( 1st year CompSci). I decided to write my java code in VSCode. I Have a test file but whenever i try to run the test i get the following errors in the Debug Console:-

Unrecognized option: -ea,--enable-preview

Error: Could not create the Java Virtual Machine.

Error: A fatal exception has occurred. Program will exit.

I have a "lib" folder in the folder containing my java and test file which contains the junit-platform-console-standalone-1.5.2.jar

If I click on Debug Test, I get a popup error saying

"Failed to launch debuggee VM. Reason: com.sun.jdi.connect.VMStartException: VM did not connect within given time: 10000ms"

Any Ideas on how to fix this please?

Thank You.

Fixed it myself. Apparently something wasn't correctly configured in my VSCode installation.

I just reinstalled it along with the java extensions and everything works fine now

I had a silimar error, the problem was that the path where my project was in the workspace had blank spaces, for example:

C:\Users\user\my workspace\proyect ----solution----> C:\Users\user\myWorkspace\proyect

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM