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 auxlib_native0.3.6-16-g2519ab6690_2.11-0.3.6-16-g2519ab6690.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
scala.scalanative.runtime
├─ scala.scalanative.runtime.BoxedUnit.class - [JAR]
scala.runtime
├─ scala.runtime.ArrayRuntime.class - [JAR]
├─ scala.runtime.BooleanRef.class - [JAR]
├─ scala.runtime.BoxedUnit.class - [JAR]
├─ scala.runtime.ByteRef.class - [JAR]
├─ scala.runtime.CharRef.class - [JAR]
├─ scala.runtime.DoubleRef.class - [JAR]
├─ scala.runtime.FloatRef.class - [JAR]
├─ scala.runtime.IntRef.class - [JAR]
├─ scala.runtime.LongRef.class - [JAR]
├─ scala.runtime.ObjectRef.class - [JAR]
├─ scala.runtime.ShortRef.class - [JAR]
├─ scala.runtime.Statics.class - [JAR]
├─ scala.runtime.VolatileBooleanRef.class - [JAR]
├─ scala.runtime.VolatileByteRef.class - [JAR]
├─ scala.runtime.VolatileCharRef.class - [JAR]
├─ scala.runtime.VolatileDoubleRef.class - [JAR]
├─ scala.runtime.VolatileFloatRef.class - [JAR]
├─ scala.runtime.VolatileIntRef.class - [JAR]
├─ scala.runtime.VolatileLongRef.class - [JAR]
├─ scala.runtime.VolatileObjectRef.class - [JAR]
├─ scala.runtime.VolatileShortRef.class - [JAR]