|
@@ -6,6 +6,7 @@ public class Parse { |
|
|
|
|
|
|
|
|
public static void main(String[] args) { |
|
|
public static void main(String[] args) { |
|
|
ParseServer server = new ParseServer(Integer.parseInt(args[0])); |
|
|
ParseServer server = new ParseServer(Integer.parseInt(args[0])); |
|
|
|
|
|
System.out.println("Java Server listening on port " + args[0]); |
|
|
new Thread(server).start(); |
|
|
new Thread(server).start(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|