From 6c43b61db81062d831558883140d94af091e5ff2 Mon Sep 17 00:00:00 2001 From: Aidan Ross Date: Wed, 24 May 2023 08:37:21 -0400 Subject: Hello --- .vscode/launch.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index f7b5436..99c7b5f 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,6 +4,13 @@ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ + { + "type": "java", + "name": "JFXaudioPlayer", + "request": "launch", + "mainClass": "test.JFXaudioPlayer", + "projectName": "GuitarHero" + }, { "type": "java", "name": "Table", @@ -66,7 +73,7 @@ "request": "launch", "mainClass": "gui.Driver", "projectName": "GuitarHero", - "vmArgs": "--module-path lib/linux --add-modules javafx.controls,javafx.fxml" + "vmArgs": "--module-path lib/windows/lib --add-modules javafx.controls,javafx.fxml" }, { "type": "java", -- cgit v1.2.3