- Introduction to JVM Languages
- Vincent van der Leun
- 62字
- 2021-07-02 21:46:24
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.