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 randomusers-1.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.vatbub.randomusers
├─ com.github.vatbub.randomusers.Generator.class - [JAR]
com.github.vatbub.randomusers.internal
├─ com.github.vatbub.randomusers.internal.Random.class - [JAR]
com.github.vatbub.randomusers.result
├─ com.github.vatbub.randomusers.result.AvatarPicture.class - [JAR]
├─ com.github.vatbub.randomusers.result.Gender.class - [JAR]
├─ com.github.vatbub.randomusers.result.Location.class - [JAR]
├─ com.github.vatbub.randomusers.result.Login.class - [JAR]
├─ com.github.vatbub.randomusers.result.Name.class - [JAR]
├─ com.github.vatbub.randomusers.result.Nationality.class - [JAR]
├─ com.github.vatbub.randomusers.result.RandomUser.class - [JAR]
com.github.vatbub.randomusers.data
├─ com.github.vatbub.randomusers.data.DataSet.class - [JAR]