Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/johnnykaime/practical
- Owner: JohnnyKaime
- Created: 2017-04-23T14:42:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-24T13:09:36.000Z (over 7 years ago)
- Last Synced: 2024-11-07T11:23:35.007Z (2 months ago)
- Language: Java
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 JavaHardware requirements
RAM: 2GBDirection 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 executeAlternative approach is executing the stand alone jar file
Goto Library Management System/dist and allocate the Panel.jar file
Execute