Hello everyone,
I'm new to the community and seek your valuable inputs.
I have developed an application using Java in the eclipse IDE. Nearly 15 class files were developed to run the application. After building the JAR and deploying it on a machine, I would like no one to decompile to reverse engineer it. I would like to secure or protect to encrypt the files to avoid exposure and making it impossible for hackers to reverse engineer my application.
Please let me know if there are any reliable solutions available to implement this.