One can easily extract the .jar file and see the source code. I have searched google to find a way to protect the source code from being viewed. The 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 be able to run? Something similar to .exe does in windows. This should run in both windows as well as linux. It is a standalone application.

classfiles can be decompiled and not that you are actually shipping source code with your Jar file... – MadProgrammer Jan 24 at 1:28