Skip to content

vooratarun/JAVA-CRUD

Repository files navigation

javacrud

Java sample CRUD aplication with UI. it'a tutorial project which was implemented using Java applets. Uses the Mysql database

1.import the "crud_db.sql" into the database

2.import project into eclipse kepler Eclipse>file>import>General>Existing projects into workspace

browse the CRUD Project
  1. Add the JDBC DRIVER to the eclipse build path right click on the CRUD project -> Properties -> Java Build Path -> Libraries -> Add External Jars

  2. if your database have password then change the PASS value in JDBCConnection.java

4.run CrudApplication.java

username:root password:root

Releases

No releases published

Packages

No packages published