This is my diary application that utilizes SQL for data storage.
Java Installation Instructions
If you don't have Java installed on your system, you can follow these steps to install it:
Download Java: Go to the official Java website (https://www.oracle.com/java/technologies/javase-jdk11-downloads.html) and download the latest JDK (Java Development Kit) version compatible with your operating system.
Install Java: Follow the installation instructions provided by Oracle for your specific operating system.
Set Java Environment Variables (Optional): Setting the JAVA_HOME and PATH environment variables is optional but recommended. These variables help your system locate the Java installation. You can find instructions for setting environment variables online based on your operating system.
Verify Installation: Once Java is installed, open a terminal or command prompt and type java -version. This command should display the installed Java version if the installation was successful.
After cloning the repository, you can compile and run the application using the following commands:
java -jar App.jar