CrossJeeves Works!

This commit is contained in:
Flare Microsystems
2024-11-13 20:05:59 -08:00
parent f768ec0aa5
commit fd13c3d046
34 changed files with 399 additions and 103 deletions

View File

@@ -49,6 +49,7 @@ public class CrossJeevesHost {
//TODO properties!
ServerHandler handler = new ServerHandler(sock, this, new Properties());
connections.add(handler);
handler.init();
}
catch (IOException ex)
{