Help with .class file is not displayed

0

I have a file (.jar) (which is a system) I unzipped it and all the files are (.class) and I can not see them in netbeans how can I see them since I need them to be in .java to work in netbeans with them I would appreciate your help as I am new to this topic and I do not know what to do to be able to visualize them

    
asked by yoclens 26.02.2017 в 00:40
source

1 answer

0

Use the Java Decompiler program with which you can browse a .jar file and view its classes as well as save the .java files

Link: link

    
answered by 26.02.2017 в 03:56