A Java desktop Application with MySQL database for creating custom reminders.
- Mysql
- JAVA JDK 8
- Import remainderdb.sql to the Mysql database, I used XAMPP as my Server.
- In the file dbcon.java, change the server url to your configuration.
- java.sql.Connection con = DriverManager.getConnection("jdbc:mysql://localhost:3306/remainderdb", "root", "");
- If any error appear, check all the jar files in the Extra Jar folder, which is added to the project.
- After Configuring the system correctly, run the Home.java file.
- It will take you to the Home page and at the same time, the Quartz scheduler's job thread start and runs in background.
- There are two buttons on the Home page, one to Add Reminder and the other to View Reminder.
- When you click on Add Reminder button, it will take you Add Reminder page where you can add reminder.
- When you click on View Reminder button, it will take you View Reminder page where you can view, update and delete reminder
- Note: Reminder is checked evey minute, so the reminder notification can be triggered at any second of the set time.
- Netbeans 8.2
- Mysql Database
- Quartz Scheduler for running Job (Check database every 1 minute for reminder)
- Alen Joseph -
Audioplayer support is only upto java 1.8
This project is licensed under the MIT License - see the LICENSE.md file for details