Made using Eclipse and Oracle, Trit is a chat application which supports groups to help people communicate with each other.
- Eclipse
- Oracle Database
- Java Swing
- Open the project in eclipse.
- Configure build path of the project and add the external jars "jgoodies-forms-1.8.0.jar", "ojdbc7.jar", and "miglayout15-swing.jar".
- Open Oracle and import all the database tables from the "/database-tables" folder into your database.
- Open DBConn.java and go to line 14. Change the arguments of the DriverManager.getConnection function according to your database details. Syntax: DriverManager.getConnection("jdbc:oracle:thin:@Host:Port Number:Database Name", Database User, Database Password)
- Open MainChat.java and run the file to start the application.
- Group chats
- User friendly and modern looking GUI
- Error handling
- User information management
- Each message time and date
- And much more
Username: username1
Password: userpass
Username: username2
Password: userpass2