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