1
0
Fork 0
mirror of https://github.com/akullpp/awesome-java.git synced 2025-02-10 15:45:12 -05:00

Update README.md

Added "JVM and JDK"
This commit is contained in:
akullpp 2014-07-10 22:42:49 +02:00
parent f0861d489f
commit 677ab4d645

View file

@ -16,6 +16,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [
- [Game Development](#game-development)
- [High Performance](#high-performance)
- [IDE](#ide)
- [JVM And JDK](#jvm-and-jdk)
- [JSON](#json)
- [Logging](#logging)
- [Machine Learning](#machine-learning)
@ -137,6 +138,14 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [
* [Eclipse](http://www.eclipse.org/)
* [IntelliJ](http://www.jetbrains.com/idea/)
## JVM And JDK
*Various implementations of the JVM/JDK*
* [OpenJDK](http://openjdk.java.net/) - Open source implementation
* [HotSpot](http://openjdk.java.net/groups/hotspot/) - Official JVM
* [IBM J9](http://www-01.ibm.com/support/knowledgecenter/SSYKE2_7.0.0/welcome/welcome_javasdk_version.html?lang=en)
## JSON
*Libraries that simplify JSON processing*