View Single Post
  #5 (permalink)  
Old 03-19-2008, 04:01 PM
Rajesh Rajesh is offline
Member
 
Join Date: Mar 2008
Posts: 3
Rajesh is on a distinguished road
go to command prompt


Now check with src.jar file which is by default present in all jdks
After doing this you can able to see folder with same name as jar
file and navigate through folder you can able to see list of .java and .class files. Simillarly you can derive lot of .class and .java from jar.


c:\>cd jdk1.6\bin

c:\jdk1.6\bin> jar -xvf src.jar


or use Winrar or winzip software to extract .java and .class file from .jar file
Reply With Quote