I decompiled a Jar file and got the following files
Jar
|+--.classpath
|+--.project
|+-- gh
|+-- org
|+--META-INF
|+--Cert.ser
I used the jar xfv command tool in decompiling the jar file...
I only see class files in this folders...pls how can i edit them for recompilation...since i'm not able to see the .java files in it...