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 jpredicate-1.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.detour
├─ com.detour.JPredicate.class - [JAR]
├─ com.detour.JPredicateComparator.class - [JAR]
├─ com.detour.JPredicateConstants.class - [JAR]
├─ com.detour.JPredicateTokenManager.class - [JAR]
├─ com.detour.JexlStringInterpreter.class - [JAR]
├─ com.detour.Main.class - [JAR]
├─ com.detour.Operator.class - [JAR]
├─ com.detour.ParseException.class - [JAR]
├─ com.detour.SimpleCharStream.class - [JAR]
├─ com.detour.Token.class - [JAR]
├─ com.detour.TokenMgrError.class - [JAR]