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 bookscan-client-0.0.7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.hogel.bookscan
├─ org.hogel.bookscan.BasicConnector.class - [JAR]
├─ org.hogel.bookscan.BookscanClient.class - [JAR]
├─ org.hogel.bookscan.Connector.class - [JAR]
├─ org.hogel.bookscan.Constants.class - [JAR]
├─ org.hogel.bookscan.OptimizeOption.class - [JAR]
org.hogel.bookscan.model
├─ org.hogel.bookscan.model.Book.class - [JAR]
├─ org.hogel.bookscan.model.OptimizedBook.class - [JAR]
├─ org.hogel.bookscan.model.OptimizingBook.class - [JAR]
org.hogel.bookscan.exception
├─ org.hogel.bookscan.exception.BookscanException.class - [JAR]
├─ org.hogel.bookscan.exception.BookscanNetworkException.class - [JAR]
├─ org.hogel.bookscan.exception.BookscanResponseException.class - [JAR]
org.hogel.bookscan.reqeust
├─ org.hogel.bookscan.reqeust.Request.class - [JAR]
├─ org.hogel.bookscan.reqeust.RequestErrorListener.class - [JAR]
├─ org.hogel.bookscan.reqeust.RequestListener.class - [JAR]