INSTRUCTIONS :
-
It is important to have database should be stored and running in your machine
-
You can make use of xampp to import the .sql file which will create the database for you
-
You have to set the classpath using the following command "c:\your_location\AdvanceJavaProject>SET CLASSPATH=C:\AdvanceJavaProject\jar\mysql.jar"
-
Normal java execution "javac Admin.java" and "java Admin"