javac-java-1.8.0-openjdk-1.8.0.31-5.b13.fc21.x86_64 (1) Linux Manual Page
javac – Reads Java class and interface definitions and compiles them into bytecode and class files. Synopsis javac [ options ] [ sourcefiles ] [ classes] [ @argfiles ] Arguments can be in any order: options Command-line options. See Options. sourcefiles One or more source files to be compiled (such as MyClass.java). classes One or…
