Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Java RPi CentOS

Dylan Christopherson edited this page Jun 5, 2018 · 2 revisions

Need the JavaJDK to use Jenkins

How I downloaded the JavaJDK

https://www.digitalocean.com/community/tutorials/how-to-install-java-on-centos-and-fedora

sudo yum install java-1.8.0-openjdk-devel
java -version
javac -version
vim HelloWorld.java
javac HelloWorld.java  //Creates a HelloWorld.class file
java Helloworld        //Runs program
Clone this wiki locally