Netbeans. Obfuscator type (PROGUARD) is not found

2019-07-21 05:58发布

I'm trying to build my project obfuscated but It's not working. I get this warning: Obfuscator type (PROGUARD) is not found in obfuscator classpath, using NONE. Please use Plugins Manager to install the missing obfuscator library. I looked at the plugins option but I don't know how to add proguard.

3条回答
萌系小妹纸
2楼-- · 2019-07-21 06:14

I have followed the steps here: http://mikkonieminen.blogspot.co.uk/2013/04/netbeans-73-proguard.html and it worked... I don't speak Finnish, but I think from the screenshots you can understand to add the beta2 repositiory for modules and then you can download the proguard plugin. Good luck! Gergo

查看更多
来,给爷笑一个
3楼-- · 2019-07-21 06:26

Goto the Tools > Plugins then goto Available Plugins tab and search for Proguard you will have that listed. Tick the checkbox that follows it and press install.

You can see the screenshot below.

EDIT if you are unable to follow above steps then this might help you

  1. http://netbeans.dzone.com/tips/obfuscating-netbeans-java-appl
  2. http://blogs.oracle.com/geertjan/entry/obfuscation

I took the links from this question.

enter image description here

查看更多
男人必须洒脱
4楼-- · 2019-07-21 06:36

If the proguard plugin is unavailable, you can add this plugin repository catalog at netbeans plugins:
http://dlc.sun.com.edgesuite.net/netbeans/updates/7.3/uc/beta2/certified/catalog.xml

After installing proguard plugin, restart netbeans just to make it sure.

查看更多
登录 后发表回答