Run Jar File From Command Line

# Introduction In this lab, you will learn how to create and run a JAR file in Java on Ubuntu system. JAR is short for Java Archive. JAR files contain compressed Java project files, including the .class files and other metadata and resources needed for the project. We will cover how to create a jar file and execute it from the command line.

|
60 : 00

Click the virtual machine below to start practicing