|
It's hard to say about packaging, because there must be a package statement in each .class file, if not, it's okay. if so. You just decompile it, find the package statement declared by each .class file, and then create a directory according to the statement, and then put the .class files in the created directory one by one. Note that the directory name must be consistent with the defined package. Then pack them together, so there should be no problem |
|