探索最佳 Java 开发工具。我们按活跃度和 Star 数对顶尖库和框架进行了排名,助你为项目找到最佳方案。
The Java Development Kit is a comprehensive software development environment designed for compiling, debugging, and executing applications written in the Java programming language. It provides the core infrastructure necessary to transform human-readable source code into platform-independent bytecode and run those applications across diverse computing environments. At the center of this environment is the Java Virtual Machine, a runtime engine that executes compiled bytecode while managing memory and system resources. This architecture utilizes a stack-based virtual machine and a platform-agn
The OpenJDK project is the official open-source implementation of the Java Development Kit, providing the HotSpot JVM, standard class library, cross-platform support, and all the core features you'd need for studying, contributing, or using as a runtime.
Microsoft Build of OpenJDK
This is a distribution of OpenJDK, the reference open-source JDK implementation, providing the HotSpot JVM, standard class library, cross-platform builds, and all standard JDK components for study or runtime use.