Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 651 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 651 Bytes

Calculator

CS 480 Lab 3

Coded by Jacob Patzer

##System Requirements

The Java Runtime Environment (JRE) version 8 (or higher) is required to run the application.

The Java Development Kit (JDK) version 8 (or higher) is required to compile the application.

The JRE and/or JDK must be included in the system's PATH

##Compiling and Running the Source Code

In the terminal, navigate to the directory containing the source code. Then, input the following:

javac *.java

java Main.class

##Running the .jar executable

In the terminal, navigate to the directory containing the executable. Then, input the following:

java -jar Calculator.jar