launch settings for windows.

This commit is contained in:
2026-01-16 11:52:07 -05:00
parent 7e2dfdf784
commit b2f61fd3da
2 changed files with 1 additions and 7 deletions

2
.vscode/launch.json vendored
View File

@@ -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"
}
]
}