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 JRIEngine-0.9-7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.rosuda.REngine.JRI
├─ org.rosuda.REngine.JRI.JRIEngine.class - [JAR]
org.rosuda.JRI
├─ org.rosuda.JRI.Mutex.class - [JAR]
├─ org.rosuda.JRI.RBool.class - [JAR]
├─ org.rosuda.JRI.RConsoleOutputStream.class - [JAR]
├─ org.rosuda.JRI.REXP.class - [JAR]
├─ org.rosuda.JRI.RFactor.class - [JAR]
├─ org.rosuda.JRI.RList.class - [JAR]
├─ org.rosuda.JRI.RMainLoopCallbacks.class - [JAR]
├─ org.rosuda.JRI.RVector.class - [JAR]
├─ org.rosuda.JRI.Rengine.class - [JAR]