Reputation: 21
I am looking for a .class file present in the rt.jar file, but I failed to do it.
.class
rt.jar
I am ready with my Dj decompiler to view the source codes. Please tell me how to open that rt.jar file.
Upvotes: 2
Views: 822
Reputation: 710
Since .jar files are actually just ZIP files with another extension you can open the rt.jar file with an archive manager such as 7-Zip, extract the class file of interest and open it with a Java Decompiler. I suggest JD-GUI.