I have got .jar imported to my project. There are some files .class but I am not able to change this files. I have to add I have got Juno Eclipse and I am using Java1.6 Is it possible to edit .class using eclipse or another software?
I gave you points thanks for help, good support. [closed]
Probably what you need is to import/edit files in your project, not
.classfiles..classfiles are machine-readable files that are interpreted by the JVM.But if you knew already that, and you are wondering how can you see the code that produced a
.classfile you can use a java decompiler like JD. From Eclipse you can use this plugin to automatically decompile the class for you.