Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/johnnykaime/practical

Some work and some not
https://github.com/johnnykaime/practical

Last synced: 13 days ago
JSON representation

Some work and some not

Awesome Lists containing this project

README

        

Software Engineering Assignment

Library Management System

Software requirements
Java (JDK) installed for modifying and executing the raw files
JRE to execute the stand alone .jar file
Operating system: Any kind that supports Java

Hardware requirements
RAM: 2GB

Direction to run file
After installing neccessary java you may either use the command line interface
set PATH="File location of java" if local host has not been set to java
Change directory to Library Management System folder (use "cd" command)
javac Panel.java to compile
java Panel to execute

Alternative approach is executing the stand alone jar file
Goto Library Management System/dist and allocate the Panel.jar file
Execute