vote up 1 vote down star

I have created a java based project using Netbeans as an IDE. Now I want to obfuscate my project. How can this be done?

flag

65% accept rate
Great resources: lmgtfy.com/?q=java+obfuscation – Nick Veys Oct 30 at 16:14

4 Answers

vote up 0 vote down

Take a look at proguard - you can integrate it into ANT.

link|flag
vote up 1 vote down

I have used RetroGuard and i was really happy with it. The thing I really liked was the ability to use it from my build file, so that I could deploy the project directly obfuscated.

link|flag
vote up 2 vote down

You need to use a source obfuscator.

I have used Zelix Klassmaster in the past and it is pretty good.

link|flag
vote up 4 vote down

Here are steps to use Proguard to obfuscate in Netbeans: http://wiki.netbeans.org/DevFaqModuleObfuscation

link|flag

Your Answer

Get an OpenID
or

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