Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 971 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 971 Bytes

Electric Billing System Java (Console-Based)

Requirements

  • Windows Command Prompt (This System has features that can only be accessed through Windows Command Prompt)
  • Java (JDK)

Instruction to run the code properly

  1. Download the files of Billing folder from this repository (Make sure your Java (jdk) has been set up already in your Operating System)
  2. Open the Billing file and information file in your Java compiler (Any Java compiler will do)
  3. Change the package name according to the project name upon creation of new project
  4. Configure the file paths in the syntax, according to your directory to successfully run the code
  5. Open your Windows Command Prompt and find the directory in which the Java file is stored
  6. Run the Java file (Billing) in the command prompt by entering javac Billing.java (compilation), then java Billing.java (execution)

Take note that this project is continuous, therefore expect some updates and changes to come