41 lines
1.8 KiB
JSON
41 lines
1.8 KiB
JSON
{
|
|
// 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": "ApiController",
|
|
"request": "launch",
|
|
"mainClass": "edu.inventorym.ApiController",
|
|
"projectName": "Ui"
|
|
},
|
|
{
|
|
"type": "java",
|
|
"name": "Application",
|
|
"request": "launch",
|
|
"mainClass": "edu.inventorym.Application",
|
|
"projectName": "Ui",
|
|
"noDebug": false,
|
|
"__progressId": "ac782dee-a961-4892-9b94-9090bfdfcbda",
|
|
"__origin": "internal"
|
|
},
|
|
{
|
|
"type": "java",
|
|
"name": "ApplicationView-linux",
|
|
"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"
|
|
},
|
|
{
|
|
"type": "java",
|
|
"name": "ApplicationView-windows",
|
|
"request": "launch",
|
|
"mainClass": "edu.inventorym.ApplicationView",
|
|
"projectName": "UiView",
|
|
"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"
|
|
}
|
|
]
|
|
} |