VSCode on my computer has the java test runner extension downloaded and enabled, but vscode can't resolve the library org.junit, can't find any tests in my junittest file, and the "enable Java tests" button is not showing in the testing section of the sidebar. How can I get testing to work. Also, vscode says it can't find the javafx library, but when I run the file that uses javafx, it runs it fine. I added the parth to my javafx library in vmArgs in the launch.json file.
-
2Please do not upload images of code/data/errors.Jannik S.– Jannik S.2025-11-03 07:02:29 +00:00Commented 2 days ago
-
Getting started instructions for JavaFX with Visual Studio code (and other IDEs).jewelsea– jewelsea2025-11-03 23:46:37 +00:00Commented yesterday
-
I followed all the instructions for a no build tools project. Also, now javafx doesn't work.EskimoJones– EskimoJones2025-11-04 03:32:28 +00:00Commented yesterday
Add a comment
|