


If you cannot find the Maven explorer, open the Command Palette ( ⇧⌘P (Windows, Linux Ctrl+Shift+P)) and then select the command Explorer: Focus on Maven View. Note: Make sure you have installed the Maven for Java extension. To run the JavaFX application, you can open the Maven Explorer, expand hellofx > Plugins > javafx and run the Maven goal: javafx:run. Please make sure you have JDK 11 installed locally and set the installation path to the setting. The generated project requires at least JDK 11 to launch it. Note: The following guidance only works for projects managed by Maven. Step 3: Select the option JavaFX in the list, follow the wizard, which will help you scaffold a new JavaFX project via Maven Archetype.Step 2: In Visual Studio Code, open the Command Palette ( ⇧⌘P (Windows, Linux Ctrl+Shift+P)) and then select the command Java: Create Java Project.Step 1: Install the Extension Pack for Java.You can create a new JavaFX application with just a few steps in VS Code:

Develop JavaFX applications Create a new JavaFX project If you run into any issues when using the features below, you can contact us by entering an issue. To achieve that, you need to install the Extension Pack for Java, which includes all the required extensions to develop Java GUI applications. You can develop Java GUI applications in Visual Studio Code easily. Configure IntelliSense for cross-compilingĮdit Working with GUI applications in VS Code."." - must set it to the directory of JDK11+, used for vscode-java plugin.Use VSCode to open the code /fe directoryĬreate settings.json in. JDK11+ (Java Extension Pack need JDK11+) (author is creating a lib directory under home, and install JDK11 and JDK8 in it, and use them for Extensions and Compilation).Some developers are building FE development environment on a development machine/WSL/docker, but this kind of development environment is not supported for local development, some developers are used to use VSCode to configure remote develop and debug. FE development and debugging environment - Visual Studio Code (VSCode) Apache Doris Be development and debugging in VS Code
