The original Java development kit
The first JDK bundled the compiler, launcher, applet-era tooling, and the original standard library into one developer-facing kit.
- The first JDK bundled the compiler, launcher, applet-era tooling, and the original standard library into one developer-facing kit.
- This is where the basic build-and-run story was born: write source, compile with javac, package what you need, and run on the JVM.