Binary Jar file?
How can we create binary Jar file in order to hide the code from the client?Note : The .xml and .html files are accessable /understandable in Jar file. I need somehow hidden this codes when deploy it. Or a way to prevent from opening the Jar file.Thanks
[281 byte] By [
chadorbaf] at [2007-9-26 3:16:44]

> The .xml and .html files are accessable /understandable in Jar file
Even more, the Java .class files can also be de-compiled very easily. This has been simply accepted by the Java community I guess. Having said that, I doubt there will be a way to hide the contents in any way.
a.