An open API service indexing awesome lists of open source software.

https://github.com/oshan96/chatroomfx

JavaFX ChatRoom using JAVA RMI
https://github.com/oshan96/chatroomfx

java java-rmi javafx javafx-application javafx-chatroom javafx-desktop-apps

Last synced: about 1 month ago
JSON representation

JavaFX ChatRoom using JAVA RMI

Awesome Lists containing this project

README

        

# ChatRoomFX
JavaFX ChatRoom using JAVA RMI

# Important Notes :
- Create a database(MySQL) and create the "Users" table using "DBScript" file.
- Change the "dbSettings/settings.properties" file as to your database configurations for the server.
(PublicChatServer>dbSettings)
- Use the registry-port as 5050 (Recommended) or change the source code accourdingly in Server's Main class (ServerMain).

# Executing
*** Take note that the current implementation requires you to run the artifacts (jar files) instead of running the "main" classes
using the IDE (To avoid "FileNotFound execeptions for resources") -> Otherwise change the source code accordingly***

# IDE - IntelliJ IDEA