I have a jar file, but unfortunately I lost the source code due to my disk failure. I just want to change the name of my package to some meaningful name.
Is there a way to change the package name of the jar file and of course I need to update that package name in the class files.
I know about Java Decompiler, but I just want to change its package name.
source share