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 MRJToolkitStubs-1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.apple.mrj
├─ com.apple.mrj.MRJAboutHandler.class - [JAR]
├─ com.apple.mrj.MRJApplicationUtils.class - [JAR]
├─ com.apple.mrj.MRJCoercionHandler.class - [JAR]
├─ com.apple.mrj.MRJFileUtils.class - [JAR]
├─ com.apple.mrj.MRJMenuUtils.class - [JAR]
├─ com.apple.mrj.MRJOSType.class - [JAR]
├─ com.apple.mrj.MRJOpenApplicationHandler.class - [JAR]
├─ com.apple.mrj.MRJOpenDocumentHandler.class - [JAR]
├─ com.apple.mrj.MRJPrefsHandler.class - [JAR]
├─ com.apple.mrj.MRJPrintDocumentHandler.class - [JAR]
├─ com.apple.mrj.MRJPriv.class - [JAR]
├─ com.apple.mrj.MRJQuitHandler.class - [JAR]
com.apple.mrj.datatransfer
├─ com.apple.mrj.datatransfer.FlaggedTransferable.class - [JAR]
├─ com.apple.mrj.datatransfer.OSTypeFlavor.class - [JAR]
├─ com.apple.mrj.datatransfer.Transfer.class - [JAR]
com.apple.mrj.dnd
├─ com.apple.mrj.dnd.DragAdapter.class - [JAR]
├─ com.apple.mrj.dnd.DragInitiatorAdapter.class - [JAR]
├─ com.apple.mrj.dnd.DragInitiatorListener.class - [JAR]
├─ com.apple.mrj.dnd.DragListener.class - [JAR]