There are some tools called obfuscators which shrink the java class file.
Obfuscator Programs strip
understandable variable and method names from your class file. The program would
replace variable
names with weird symbols. The Obfuscator Program cannot stop decompiling but it can
make the Class
file
Useless/incomprehensible to a thief!

Sreelatha

Bhavesh Vakil wrote:

> Hi to all,
>
> In my project, I use JSP pages + several Beans (Process bean, Database bean,
> Session control bean, etc). This all beans is simple classes (.class file).
> My all main logic is in this beans, when I distribute this application to
> client, then I only distribute JSP pages + Beans (only .class).
>
> I found several tools on www.blackdown.org, Using this tools you easily
> regenerate (.java) code from (.class) file. This generated JAVA code is 100%
> similar to my original code. If I distribute my code as .jar file then also
> using this tools you easily generate (.java) file.
>
> So how we secure our (JAVA) program ? Is there any way to control above
> situation ?
>
> Thanks in advance.
>
> Bhavesh.
>
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
>
> ===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to