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]
# 1

> 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.

avbentem at 2007-6-29 11:29:11 > top of Java-index,Security,Other Security APIs, Tools, and Issues...