Skip to content

Software-Technical-Training/java-coding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

java-coding

Basic coding problems in Arrays, Strings and other data structures
Download JDK17 from https://www.oracle.com/java/technologies/downloads/#jdk17-mac

  • For Mac users, you can download the installer package or the tar ball and unzip it into the folder
  • Set the JAVA_HOME env param by adding the following to your .bashrc or .zshrc file in your ~ folder on the Terminal app
  • export JAVA_HOME="path where it is installed"
  • export PATH=$PATH:$JAVA_HOME/bin
  • Verify by opening the terminal app again and typing java --version to see if JDK17 shows up

Running the programs

Download VSCode and set it to use Java17

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages