Share

ProGuard Java Optimizer and Obfuscator

Subscribe

Managed beans in JSF 2

You are viewing a single message from this topic. View all messages.

  1. 2009-11-14 10:15:02 UTC

    You can display the contents of class files with

    proguard.bat -injars mycode.jar(mypackage/MyClass.class) -dontshrink -dontoptimize -dontobfuscate -dontpreverify -dump
    

    I'm not familiar with JSF, but you should check that the necessary classes, methods, and annotations are the same in the original code and in the processed code.

    Eric.

< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.