Skip to content

Rootbruh/Calculator-TUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator-TUI

Calculator with terminal-based user interface (My first Java project)

Dependencies

-Windows-

JDK: https://download.oracle.com/java/17/latest/jdk-17_windows-x64_bin.exe

JRE: https://sdlc-esd.oracle.com/ESD6/JSCDL/jdk/8u311-b11/4d5417147a92418ea8b615e228bb6935/jre-8u311-windows-x64.exe?GroupName=JSC&FilePath=/ESD6/JSCDL/jdk/8u311-b11/4d5417147a92418ea8b615e228bb6935/jre-8u311-windows-x64.exe&BHost=javadl.sun.com&File=jre-8u311-windows-x64.exe&AuthParam=1640376255_09646abb869b13261d8e1f64e3b43317&ext=.exe

-Linux-

Ubuntu - Debian:

JDK:

➜ sudo apt install default-jdk

JRE:

➜ sudo apt install openjdk-17-jre-headless

Arch Linux:

JDK:

➜ yay -S jdk-openjdk

JRE:

➜ yay -S jre-openjdk

Usage

Windows - Linux:

➜ git clone https://github.com/Rootbruh/Calculator-TUI.git
➜ cd out/artifacts/Calculator_TUI_jar/Calculator-TUI.jar
➜ java -jar Calculator-TUI.jar

About

Calculator with terminal-based user interface

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages