Thanks to visit codestin.com
Credit goes to github.com

Skip to content

prasanjit-/hello-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

hello-java |BINPIPE

A Simple "Hello World" in Java for Jenkins Demo

-Prerequisites: Jenkins should have git plugin and installed with Java compiler. yum install java-devel

Repo Reference: https://github.com/prasanjit-/hello-java

#Build Steps:
echo "Compiling ... "
javac HelloWorld.java
echo "Execution ..."
java HelloWorld
jar cvfe HelloWorld.jar HelloWorld *.class
echo "============================"
#Execution:
java -jar HelloWorld.jar
echo "============================"

About

A Simple "Hello World" in Java for Jenkins Demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages