One can easily extract the .jar
file and see source code. I want to protect the source code from being seen. One possible answer is to password protect the file like we do it for zip files.
But, if the password is known, then the source code can be easily seen.
Are there any ways of hiding the source code and still have it be able to run? Something similar to what a .exe
does in Windows. This should run in both windows as well as Linux environment.