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 jme3-alloc-desktop-1.0.0-pre-gamma-2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.jme3.alloc.util
├─ com.jme3.alloc.util.NativeBufferUtils.class - [JAR]
├─ com.jme3.alloc.util.NativeErrno.class - [JAR]
com.jme3.alloc
├─ com.jme3.alloc.ConcurrentBufferAllocator.class - [JAR]
com.jme3.alloc.util.loader
├─ com.jme3.alloc.util.loader.LibraryInfo.class - [JAR]
├─ com.jme3.alloc.util.loader.NativeBinaryLoader.class - [JAR]
├─ com.jme3.alloc.util.loader.NativeDynamicLibrary.class - [JAR]
├─ com.jme3.alloc.util.loader.NativeVariant.class - [JAR]
├─ com.jme3.alloc.util.loader.RetryCriteria.class - [JAR]
├─ com.jme3.alloc.util.loader.UnSupportedSystemError.class - [JAR]
com.jme3.alloc.gc
├─ com.jme3.alloc.gc.GarbageCollectibleBuffer.class - [JAR]
├─ com.jme3.alloc.gc.GarbageCollectibleBufferAllocator.class - [JAR]
├─ com.jme3.alloc.gc.MemoryScavenger.class - [JAR]
├─ com.jme3.alloc.gc.UnSupportedBufferException.class - [JAR]