Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Need Help: Obfuscation with error code 1

843851Mar 30 2010 — edited Apr 5 2010
Hi everyone,

I tried to implement the "Secure SMS Using J2ME". I had included the jar files which is necessary for bouncy castle cryptography work, configured proguard but after building it with netbeans 6.8, i obtain the following error :

Building jar: C:\Users\hp\Desktop\Project\J2ME\EncryptedSMS\build\before-obfuscation.jar
ProGuard, version 4.4
Reading program jar [C:\Users\hp\Desktop\Project\J2ME\EncryptedSMS\build\before-obfuscation.jar]
Reading program jar [C:\Users\hp\AppData\Local\Temp\EncryptedSMS.jar]

*Error: Can't read [proguard.ClassPathEntry@e2eec8] (No such file or directory)*
C:\Users\hp\Desktop\Project\J2ME\EncryptedSMS\nbproject\build-impl.xml:427: Obfuscation failed with error code 1.

What is the problem with my implementation ? Whether i have to modify anything in JAD file? if yes pls specify what it is ? Since the error message shows can't read from proguard classpath. Specify me how to configure proguard classpath.

Can any one please help me in solving this issue. Thanks you.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 3 2010
Added on Mar 30 2010
12 comments
993 views