Automation, DevOps and Containerization
© 2001-2023. All rights reserved.
HelloWorld.java
Code for many examples
javac HelloWorld.java
jar -cvf HelloWorld.jar HelloWorld.class
java HelloWorld java -jar HelloWorld.jar