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 stubs-0.11.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
androidx.core.os
├─ androidx.core.os.BundleOfKt.class - [JAR]
android.content
├─ android.content.Context.class - [JAR]
├─ android.content.Intent.class - [JAR]
com.juul.exercise.runtime
├─ com.juul.exercise.runtime.ParcelerExtensionsKt.class - [JAR]
android.os
├─ android.os.Bundle.class - [JAR]
├─ android.os.Parcel.class - [JAR]
kotlinx.android.parcel
├─ kotlinx.android.parcel.Parceler.class - [JAR]
android.app
├─ android.app.Activity.class - [JAR]
├─ android.app.IntentService.class - [JAR]
├─ android.app.Service.class - [JAR]
androidx.fragment.app
├─ androidx.fragment.app.Fragment.class - [JAR]