Is there any software to convert a java class into a java file? I know decomplier is there but I was looking for software to convert a java class into a java file.
            Asked
            
        
        
            Active
            
        
            Viewed 1.2k times
        
    -2
            
            
        - 
                    10A decompiler *is* software to convert compiled Java (class files) into source files. What do you want which is different? – Jon Skeet Sep 04 '12 at 15:07
- 
                    Do you want to get the source file of an instance of`java.lang.Class` ? – gontard Sep 04 '12 at 15:14
- 
                    1Use JAD - [link](http://java.decompiler.free.fr/). It is pretty good. – Petar Minchev Sep 04 '12 at 15:08
2 Answers
1
            
            
        A decompiler is a software that converts class files into java files :) See the following questions:
0
            
            
        Probably you can use - http://www.showmycode.com/ It is a free online decoder / decompiler.
 
    
    
        Mohsin
        
- 852
- 8
- 28
 
     
     
    