vscode-java-debug icon indicating copy to clipboard operation
vscode-java-debug copied to clipboard

Does vscode-java support javaFx11or openFx11?

Open yaohaizh opened this issue 7 years ago • 13 comments

From @jiayaoO3O on December 7, 2018 11:23

I can use maven to run javaFx11, but every time I run the program I type in the powershell: mvn exec:java, which makes me wonder how to use the breakpoint to debug the program. If I try to click the debug button directly, vscode Will tell me: Error: JavaFX runtime components are missing, and are required to run this application, how can I do this to run and debug the javaFx11 application directly? Here is the javafx11 plugin I added for maven's pom.xml: image

Copied from original issue: redhat-developer/vscode-java#737

yaohaizh avatar Dec 10 '18 03:12 yaohaizh