javac is the primary Java compiler, included in the Java Development Kit (JDK) from Sun Microsystems (now Oracle), and also in versions from other vendors.
I am trying to compile a library I wrote, using javac and I am getting the error: package org.json …
java javac org.json