Need Help: Obfuscation with error code 1
843851Mar 30 2010 — edited Apr 5 2010Hi 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.