FHArchive / Java.BillingSystem

A rudimentary mobile contract billing system written in Java in Stage 1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Github top language Codacy grade Codacy coverage Repository size Issues License Commit activity Last commit

Java.BillingSystem

A rudimentary mobile contract billing system written in Java in Stage 1

Download

Clone

Using The Command Line

  1. Press the Clone or download button in the top right
  2. Copy the URL (link)
  3. Open the command line and change directory to where you wish to clone to
  4. Type 'git clone' followed by URL in step 2
$ git clone https://github.com/FredHappyface/Java.BillingSystem

More information can be found at https://help.github.com/en/articles/cloning-a-repository

Using GitHub Desktop

  1. Press the Clone or download button in the top right
  2. Click open in desktop
  3. Choose the path for where you want and click Clone

More information can be found at https://help.github.com/en/desktop/contributing-to-projects/cloning-a-repository-from-github-to-github-desktop

Download Zip File

  1. Download this GitHub repository
  2. Extract the zip archive
  3. Copy/ move to the desired location

Language information

Built for

This program has been written in Java using Visual Studio Code. Download from https://code.visualstudio.com/ and follow the instructions

OpenJDK11 (recommended)

Install with chocolatey

choco install openjdk11

or download and install from https://wiki.openjdk.java.net/display/JDKUpdates/JDK11u

OracleJDK11

Install with chocolatey

choco install jdk11

or download and install from https://www.oracle.com/technetwork/java/javase/downloads/jdk11-downloads-5066655.html

Plugin requirements

Install the Java Extension Pack (vscjava.vscode-java-pack) Plugin. This should install Language Support for Java™ by Red Hat, Debugger for Java, Java Test Runner, Maven Project Explorer, and Java Dependency Viewer

How to run

Method 1 - Visual Studio Code

  1. Download or clone this GitHub repository
  2. (If downloaded) Extract the zip archive
  3. Open the directory containing the main.java file into Visual Studio Code
  4. Run the program with F5

Method 2 - Eclipse

  1. Download or clone this GitHub repository
  2. (If downloaded) Extract the zip archive
  3. Copy the .java file(s) into a new project
  4. Run the program with Ctrl+F11

About

A rudimentary mobile contract billing system written in Java in Stage 1

License:The Unlicense


Languages

Language:Java 100.0%