macOS / binaries /

java

/usr/bin/java
Launch a Java application

The java command starts a Java application. It does this by starting the Java Virtual Machine (JVM), loading the specified class, and calling that class's main() method.