This calculator is simple with an easy to use code to help novices learn how to create a calculator program with Java.
This project was originally written using Eclipse, but I have migrated it to NetBeans.
If you use the executable "SimpleJavaCalculator.jar" file and that doesn't work, you can type this in your terminal:
java -jar /your_calculator_directory/SimpleJavaCalculator.jar`