mirror of
https://github.com/Akomry/sae302_applicom.git
synced 2025-12-06 08:43:54 +00:00
fix(resources): tweaks sur les resources du projet, fonctionne désormais sur la version compilée de l'app
This commit is contained in:
parent
d11df74578
commit
d4e6f47c52
8 changed files with 20 additions and 3 deletions
|
|
@ -41,6 +41,11 @@ public class ChatServer {
|
|||
|
||||
|
||||
public static void main(String[] args) throws IOException {
|
||||
try {
|
||||
Class.forName("org.sqlite.JDBC");
|
||||
} catch (ClassNotFoundException e) {
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
ChatServer server = new ChatServer(2024);
|
||||
//daisyConnect();
|
||||
server.acceptClients();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue