From b2f61fd3da5f5a2fe4635bb111f37a7833f59834 Mon Sep 17 00:00:00 2001 From: Sherwin Price Date: Fri, 16 Jan 2026 11:52:07 -0500 Subject: [PATCH] launch settings for windows. --- .vscode/launch.json | 2 +- .vscode/settings.json | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index d3f95d1..b1300e6 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -27,7 +27,7 @@ "request": "launch", "mainClass": "edu.inventorym.ApplicationView", "projectName": "UiView", - "vmArgs": " --module-path /home/sherwinp/workspace/javafx-sdk/lib --add-modules ALL-MODULE-PATH --enable-native-access=javafx.web,javafx.controls,javafx.media,javafx.graphics -Dcom.sun.management.jmxremote=false -Djava.awt.headless=true -XX:+DisableAttachMechanism" + "vmArgs": " --module-path 'C://Program Files//javafx-25//lib' --add-modules ALL-MODULE-PATH --enable-native-access=javafx.web,javafx.controls,javafx.media,javafx.graphics -Dcom.sun.management.jmxremote=false -Djava.awt.headless=true -XX:+DisableAttachMechanism" } ] } \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index 03cd05b..7061650 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,11 +2,5 @@ "java.configuration.updateBuildConfiguration": "automatic", "java.debug.settings.onBuildFailureProceed": true, "java.dependency.packagePresentation": "hierarchical", - "java.configuration.runtimes": [ - {"name":"JavaSE-25", - "path": "/usr/lib/jvm/java-25-openjdk", - "default": true - } - ], "java.compile.nullAnalysis.mode": "automatic" } \ No newline at end of file