We are developing a commercial desktop-based application in Java using the Netbeans / Eclipse Rich Client Platform. The IDE (Netbeans / Eclipse) provides a good built-in installer for packaging the application. The only problem is that our end users can see jar files during deployment, and we do not have enough protection for our intellectual property, as reverse engineering is possible. Code obfuscation can be used to minimize impact, but cannot avoid it. We were looking for open source solutions / products that could help us mitigate our problem by directly converting our application into proprietary code, something similar to what AOT should do.
Thanks in advance for helping ur.
-Bhan
source share