Hello Every body I had tried with
import org.bouncycastle.crypto.*;
import org.bouncycastle.crypto.engines.*;
import org.bouncycastle.crypto.modes.*;
import org.bouncycastle.crypto.params.*;
**********AND*************
And all other crypto classes but unable to achive iam getting somee serious waring
proguard: Warning: org.bouncycastle.crypto.params.GOST3410Parameters: can't find referenced class java.math.BigInteger
proguard: Warning: org.bouncycastle.crypto.params.GOST3410Parameters: can't find referenced class java.math.BigInteger
proguard: Warning: org.bouncycastle.crypto.params.GOST3410Parameters: can't find referenced class java.math.BigInteger
proguard: Warning: org.bouncycastle.crypto.params.GOST3410Parameters: can't find referenced class java.math.BigInteger
proguard: Warning: org.bouncycastle.crypto.params.GOST3410Parameters: can't find referenced class java.math.BigInteger
proguard: Warning: org.bouncycastle.crypto.params.GOST3410Parameters: can't find referenced class java.math.BigInteger
proguard: Warning: org.bouncycastle.crypto.params.GOST3410Parameters: can't find referenced class java.math.BigInteger
proguard: Warning: org.bouncycastle.crypto.params.GOST3410Parameters: can't find referenced class java.math.BigInteger
proguard: Warning: org.bouncycastle.
etc
proguard: Error: Please correct the above warnings first.
ProGuard arguments: [java, -jar, C:\J2ME-Polish2.2.1\lib\proguard.jar, -injars, "'C:\Documents and Settings\NeerajJaiswal\My Documents\NetBeansProjects\Saturn\build\real\source.jar'", -outjars, "'C:\Documents and Settings\NeerajJaiswal\My Documents\NetBeansProjects\Saturn\build\real\dest.jar'", -libraryjars, C:/J2ME-Polish2.2.1/import/mmapi.jar;C:/J2ME-Polish2.2.1/import/cldc-1.1.jar;C:/J2ME-Polish2.2.1/import/midp-2.0.jar;C:/J2ME-Polish2.2.1/import/btapi.jar;C:/J2ME-Polish2.2.1/import/m3g.jar;C:/J2ME-Polish2.2.1/import/nokia-ui.jar;C:/J2ME-Polish2.2.1/import/fileconnection.jar;C:/J2ME-Polish2.2.1/import/wmapi-2.0.jar;C:/J2ME-Polish2.2.1/import/wmapi.jar;C:/J2ME-Polish2.2.1/import/locationapi-1.0.jar;C:/J2ME-Polish2.2.1/import/pim.jar;C:/J2ME-Polish2.2.1/import/jsr172.jar;C:/J2ME-Polish2.2.1/import/jsr180.jar, -keep, class com.elixirct.appUI.MySaturnMidlet{ *; }, -dontoptimize, -applymapping, "'C:\Documents and Settings\NeerajJaiswal\My Documents\NetBeansProjects\Saturn\build\real\Nokia\E63\en_US\input-obfuscation-map.txt'", -printmapping, "'C:\Documents and Settings\NeerajJaiswal\My Documents\NetBeansProjects\Saturn\build\real\Nokia\E63\en_US\obfuscation-map.txt'", -allowaccessmodification, -overloadaggressively, -defaultpackage, "", -dontusemixedcaseclassnames, -microedition]
C:\Documents and Settings\NeerajJaiswal\My Documents\NetBeansProjects\Saturn\build.xml:76: ProGuard was unable to obfuscate - got return value [1].
Please Help me i getStuck....

Reply With Quote

