microsoft / microsoft/vscode-java-debug
Does vscode-java support javaFx11or openFx11?
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 591
- Forks
- 429
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 19
Description
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:

Copied from original issue: redhat-developer/vscode-java#737
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the JavaFX 11 dependency configuration shown for pom.xml and compare it with the direct VS Code debug-button path that reports missing runtime components. Review how mvn exec:java launches the application; done would mean a JavaFX 11 application can be launched and debugged directly with breakpoints from VS Code.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100