Launch.json - nglthu/JavaGuiProject GitHub Wiki

{
    // Use IntelliSense to learn about possible attributes.
    // Hover to view descriptions of existing attributes.
    // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
    "version": "0.2.0",
    "configurations": [
        {
            "type": "java",
            "name": "AWTExp",
            "request": "launch",
            "mainClass": "AWTExp",
            "projectName": "JFrameProject_92741cc0"
        },
        {
            "type": "java",
            "name": "SwingExp",
            "request": "launch",
            "mainClass": "SwingExp",
            "projectName": "JFrameProject_92741cc0"
        },
        {
            "type": "java",
            "name": "App",
            "request": "launch",
            "mainClass": "App",
            "projectName": "JFrameProject_92741cc0"
        },
        {
            "type": "java",
            "name": "Launch Java Program",
            "request": "launch",
            "mainClass": "JFXExp",
            "projectName": "JFrameProject_92741cc0",
            "vmArgs": "--module-path /Users/lethunguyen/Java/javafx-sdk-23/lib --add-modules javafx.controls,javafx.fxml"
        },
        {
            "type": "java",
            "name": "Current File",
            "request": "launch",
            "mainClass": "${file}"
        }
    ]
}