Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 770 Bytes

SETUP.md

File metadata and controls

23 lines (19 loc) · 770 Bytes

ENVIRONMENT: Microsoft Viusal Studio

PACKAGE : src/application;

LATEST_LAUNCH_CONFIGURATION : { // 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": "loginScreen", "request": "launch", "vmArgs": "--module-path /Users/asus/Downloads/javafx-sdk-19.0.2.1/lib --add-modules javafx.controls,javafx.fxml", "mainClass": "application.loginScreen", "projectName": "EmployeeDB_17f5e97f" }] }

DB_INFO: view src/deps/AdsressBook_DB_Tables.sql;