Does Minecraft use any open source Java libraries apart from the JDK?

java

Solution

Yes. Minecraft uses the LWJGL library for graphics and sound.

Problem

I'm interested in writing games in Java and wondered if Minecraft is written purely using the standard JDK or whether it uses open source (or commercial for that matter) libraries.

Original source