java-java-1.8.0-openjdk-1.8.0.102-1.b14.el7_2.x86_64 (1) Linux Manual Page
java – Launches a Java application. Synopsisjava [options] classname [args]java [options] -jar filename [args] options Command-line options separated by spaces. See Options. classname The name of the class to be launched. filename The name of the Java Archive (JAR) file to be called. Used only with the -jar option. args The arguments passed to the…
