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 jpa-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.ancoron.movie.jpa.impl
├─ org.ancoron.movie.jpa.impl.MovieJPAServiceImpl.class - [JAR]
org.ancoron.movie.jpa
├─ org.ancoron.movie.jpa.MovieJPAService.class - [JAR]
org.ancoron.movie.jpa.entity
├─ org.ancoron.movie.jpa.entity.ActorEntityImpl.class - [JAR]
├─ org.ancoron.movie.jpa.entity.CharacterEntityImpl.class - [JAR]
├─ org.ancoron.movie.jpa.entity.DirectorEntityImpl.class - [JAR]
├─ org.ancoron.movie.jpa.entity.MovieEntityImpl.class - [JAR]
├─ org.ancoron.movie.jpa.entity.PersonEntityImpl.class - [JAR]
├─ org.ancoron.movie.jpa.entity.VideoEntityImpl.class - [JAR]