how to decompile a whole package that contains Java classes? indeed the file is .war and under src/ there are packages that I can not open. is there a plugin like JadClipse for packages? thank you :)
            Asked
            
        
        
            Active
            
        
            Viewed 1,227 times
        
    -3
            
            
        - 
                    2http://java.decompiler.free.fr/ – christopher Apr 11 '13 at 15:33
- 
                    possible duplicate of [How to decompile a whole Jar file?](http://stackoverflow.com/questions/647116/how-to-decompile-a-whole-jar-file) – Tommy Apr 11 '13 at 17:07
1 Answers
1
            How to decompile a whole Jar file?
JavaDecompiler can do a good job with a jar: since 0.2.5, All files, in JAR files, are displayed.
 
    
    
        Community
        
- 1
- 1
 
    
    
        Achintya Jha
        
- 12,735
- 2
- 27
- 39
- 
                    thank you Achintya Jha for your answer, in fact the file is .war and under src/ there are packages that I can not open – ZAIRI Oussama Apr 11 '13 at 15:52
