|
1 | | -# Java-Projects |
| 1 | +# Java-Swing-Projects (GUI Application) |
| 2 | + |
| 3 | +# How to run this project? |
| 4 | + |
| 5 | +**Step 1:** Download this repository in your PC. |
| 6 | + |
| 7 | +**Step 2:** Go to Set Path/UCanAccess-4.0.4-bin.zip. Unzip the file. |
| 8 | + |
| 9 | +**Step 3:** 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. |
| 10 | + |
| 11 | +**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. |
| 12 | + |
| 13 | +**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. |
| 14 | + |
| 15 | +**Step 7:** Restart your pc. |
| 16 | + |
| 17 | +**Step 8:** Run any JAVA SWING program from src file.(src/---.java) |
0 commit comments