问题
I've been asking to edit a .jar lib removing all the Log. I extracted the .class files and from there with a tool i managed to get the .java files.
I guess all i need to do is create a new project in eclipse and copy the .java files, edit and the compile them in a new .jar.
But when i copy the files in eclipse it give me a lot of error due to the build path. If I compile the .java file with all these aerror the library will work?
来源:https://stackoverflow.com/questions/28294256/edit-a-jar-library