[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform] Re: encypting or obfuscating RCP

On Wed, 18 Apr 2007 10:27:08 +0000, zakir wrote:

> I tried obfuscation of project which is of POJO  successfully using 
> Proguard. The project was Java standalone tools. But when the same is 
> tried for RCP application, it failed due to large number of classes and 
> its inter-dependencies. 
> 
> Is there any way to  encrypt or at least obfuscate the plugin created out 
> of an RCP
> 
> Any suggestions on software available for encypting or obfuscating RCP 
> applications?

Why would you want to?  If there is some particular part of business logic
you want obfuscated you can always extract that out in a jar file,
obfuscate just that part, and import it back into the plugin seperately.