Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions IDE/VSCode/Non-Modular/Java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ system and unzip to a desired location.

- Clone the sample, open the folder `hellofx` in Visual Studio Code. Open any of the Java file to import the project.

- Open `.vscode/settings.json`, replace the `<JavaFX_lib_path>` to you JavaFX lib folder.
- Open `.vscode/settings.json`, replace the `<JavaFX_lib_path>` with the path of your JavaFX lib folder. Replace '\\' with '\\\\' or '/' to remove Invalid escape character error when pasting the path.

- Open `.vscode/launch.json`, replace the `<JavaFX_lib_path>` to you JavaFX lib folder.
- Open `.vscode/launch.json`, replace the `<JavaFX_lib_path>` with the path of your JavaFX lib folder. Replace '\\' with '\\\\' or '/' to remove Invalid escape character error when pasting the path.

#### Run the JavaFX Application

Expand Down