Press enter to see results or esc to cancel.


Free Library Management System project in Java and Mysql Source Code

This project is deployed with help of,

  1. Eclipse Neon.3
  2. MySQL 5.0
  3. Tomcat v9.0

Its not necessary to have all the above with exact versions. You can have any versions.

  1. Project Sturture
    
    
  2. Update the url in Common_Things.java with project link, Take care on the port number also. Put it as per your tomcat server port number.
    Common_Things.java

    package common;
    public class Common_Things {	
    	public static String url="http://localhost:8080/LMS";
    }
    
  3. To view the demo you can go the link,
    http://library.colourchalk.com/

    username : admin
    password : admin321

Download the Project shown in Youtube Video here

LMS-1

Download the updated Project here

LMS

Download sample database here,

2017_data.rar

If there is any error in the project, Please report it as comment in Youtube video. It may help all of them who try to download this…:-) chears.


Comments

Leave a Comment