Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 424 Bytes

File metadata and controls

12 lines (7 loc) · 424 Bytes

AdvanceJavaProject

INSTRUCTIONS :

  1. It is important to have database should be stored and running in your machine

  2. You can make use of xampp to import the .sql file which will create the database for you

  3. You have to set the classpath using the following command "c:\your_location\AdvanceJavaProject>SET CLASSPATH=C:\AdvanceJavaProject\jar\mysql.jar"

  4. Normal java execution "javac Admin.java" and "java Admin"