Skip to content

jakepatzer/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple command line calculator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages