What is the purpose of ProGuard?

How to use Proguard in my web application project?

In web application project I used Struts 2.

How do use Launch 4j in my project for converting exe file. Before using Launch4j in my web application how to use ProGuard for hide the code?

link|improve this question
1  
Again, please don't bundle your complete application using launch4j: your client needs to be able to configure the web server on their own, or deploy it to their own server. – Dave Newton Nov 15 '11 at 14:26
1  
You should keep in mind that ProGuard may obfuscate code, but someone can still disassemble and reverse engineer what you are trying to hide. It will just be a bit more difficult. – Casey Nov 15 '11 at 14:27
feedback

1 Answer

Its Java class file shrinker, optimizer, obfuscator, and preverifier details are very much available at project hosting site

ProGuard

here are the step by step details how to achieve this using launch4j

Running launch4j

link|improve this answer
What are good windows InstallAnywhere replacements for installing a Java web application? – uma Nov 24 '11 at 13:26
better ask a new question it will help to get good feedback – Umesh Awasthi Nov 24 '11 at 13:34
Is there any tool for hiding java codes and jsp code? – uma Nov 25 '11 at 3:55
if you export it as .class file for java code will be no longer visible regarding your JSP you have not much choice – Umesh Awasthi Nov 25 '11 at 3:57
Thanks for your response.I am in need of convert my ERP based web application into single package. That contains eclipse,struts2 framework,jsp pages,java,Apache tomcat server,mysql database.client needs our ERP project as a single package.(by clicking the that Package that softwares required for ERP Project will install automatically and i need code security of my project).Please suggest me.Thanks in advance. – uma Nov 25 '11 at 4:08
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.