View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jglfw-tests-1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.badlogic.jglfw.tests
├─ com.badlogic.jglfw.tests.AlcTest.class - [JAR]
├─ com.badlogic.jglfw.tests.AwtTest.class - [JAR]
├─ com.badlogic.jglfw.tests.FullscreenTest.class - [JAR]
├─ com.badlogic.jglfw.tests.GlDrawBufferTest.class - [JAR]
├─ com.badlogic.jglfw.tests.GlfwTest.class - [JAR]
├─ com.badlogic.jglfw.tests.LongPointerTest.class - [JAR]
├─ com.badlogic.jglfw.tests.MemoryTest.class - [JAR]
├─ com.badlogic.jglfw.tests.ShaderTest.class - [JAR]
├─ com.badlogic.jglfw.tests.SimpleTest.class - [JAR]