Skip to content
Snippets Groups Projects
Commit 989a6306 authored by Mitch Cumpstone (cmc408)'s avatar Mitch Cumpstone (cmc408)
Browse files

Merge remote-tracking branch 'origin/main' into main

parents bf566025 ad7bdde3
No related branches found
No related tags found
No related merge requests found
@echo off
java -jar ScheduleServer.jar
\ No newline at end of file
@echo off
java --module-path PATH-TO-JAVAFX-LIB\lib --add-modules javafx.controls,javafx.fxml,javafx.graphics,javafx.web -jar SchedulerApp.jar
...@@ -79,7 +79,6 @@ public class ScheduleServer { ...@@ -79,7 +79,6 @@ public class ScheduleServer {
} }
public static void main(String[] args) throws IOException { public static void main(String[] args) throws IOException {
//Set "localhost" is working locally. Razer-Blade lan address (NOT static) is "172.16.1.99"
Properties serverProp = new Properties(); Properties serverProp = new Properties();
FileInputStream in = new FileInputStream("./src/main/java/com/example/scheduler_server/server.properties"); FileInputStream in = new FileInputStream("./src/main/java/com/example/scheduler_server/server.properties");
serverProp.load(in); serverProp.load(in);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment