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
- Host: GitHub
- URL: https://github.com/oshan96/chatroomfx
- Owner: Oshan96
- License: mit
- Created: 2017-12-08T12:17:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-24T06:35:08.000Z (about 7 years ago)
- Last Synced: 2025-04-10T03:53:39.128Z (about 1 month ago)
- Topics: java, java-rmi, javafx, javafx-application, javafx-chatroom, javafx-desktop-apps
- Language: Java
- Size: 5.81 MB
- Stars: 38
- Watchers: 6
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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