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 devicemanager-3.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.utils
├─ com.github.utils.CommandPromptUtil.class - [JAR]
com.github.device
├─ com.github.device.Device.class - [JAR]
├─ com.github.device.DeviceManager.class - [JAR]
├─ com.github.device.DeviceType.class - [JAR]
├─ com.github.device.IOSRuntime.class - [JAR]
├─ com.github.device.SimulatorManager.class - [JAR]
com.github.interfaces
├─ com.github.interfaces.ISimulatorManager.class - [JAR]
├─ com.github.interfaces.Manager.class - [JAR]
com.github.android
├─ com.github.android.AndroidManager.class - [JAR]
com.github.iOS
├─ com.github.iOS.IOSManager.class - [JAR]