Introduction to JVM Languages
上QQ阅读APP看书,第一时间看更新

Exploring JDK

Arguably, the most important components of JDK are:

  • java (to run a compiled JVM application, even when it was compiled by a language other than Java)
  • javac (the Java language compiler)

There's more to JDK than this; in this section, we will take a look at the directory structure and sum up the most important commands in the bin directory.