/Auto-Repair-Shop-in-JAVA-Swing-Project

This is a project model which is used to store information of customers who wants to repair their vehicles.

Primary LanguageJava

Auto Repair Shop in JAVA Swing

This is a project which is used to store information of customers those who want to repair their vehicles.

Customers can create their own accounts and can login into their accounts. Their details has been saved in database. JDBC (the JAVA Database Connectivity API) has been used as a driver to connect database with JAVA program. Swing has been used to create GUI (Graphical User Interface) for this project.

How to run this project?

Step 1: Download this repository in your PC.

Step 2: Go to Set Path/UCanAccess-4.0.4-bin.zip. Unzip the file.

Step 3: Go to Unzip folder in UCanAccess-4.0.4-bin/lib/ and copy the four .jar files.

Step 4: Go to your lib of installed java location of your system, (in my case, it's "C:\Program Files\Java\jre1.8.0_121\lib") and create a folder name UCanAccess-4.0.4-bin and paste all the four files into this folder.

Step 5: Now create a path for your four jar files, just like given in Set Path/Path.txt and copy that whole path string.

Step 6: Go to your System's Environment Variables. Create a new user variable name CLASSPATH and copy that path string into it and save it.

Step 7: Restart your pc.

Step 8: Run the JAVA program auto_package/LoginForm.java.