Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 275 Bytes

Java_install.md

File metadata and controls

9 lines (7 loc) · 275 Bytes

Installation for Java - Ubuntu

If you are following the nextflow workshop, you know you need java in your path. The following code is from here.

sudo apt update
sudo apt install default-jdk
java -version