I am using ProGuard to obfuscate my Java class files but i am getting the below error

0 votes

Hi,

 
Building "FlippyBird_Java_TK_v1_0"
Wrote D:\WTK25\apps\FlippyBird_Java_TK_v1_0\bin\FlippyBird_Java_TK_v1_0.jar
Wrote D:\WTK25\apps\FlippyBird_Java_TK_v1_0\bin\FlippyBird_Java_TK_v1_0.jad
Build complete
Project settings saved
Building "FlippyBird_Java_TK_v1_0"
ProGuard, version 4.7
Reading program jar [D:\WTK25\apps\FlippyBird_Java_TK_v1_0\bin\FlippyBird_Java_TK_v1_0.jar]
Reading library jar [D:\WTK25\lib\wma20.jar]
Reading library jar [D:\WTK25\lib\midpapi20.jar]
Reading library jar [D:\WTK25\lib\cldcapi11.jar]
Note: com.bopatech.Game.SoundManager: can't find dynamically referenced class com.symbian.gcf.NativeInputStream
Note: there were 1 unresolved dynamic references to classes or interfaces.
Warning: com.shephertz.app42.paas.sdk.jme.util.Util: can't find referenced class java.security.InvalidKeyException
Warning: com.shephertz.app42.paas.sdk.jme.util.Util: can't find referenced class java.security.NoSuchAlgorithmException
      You should check if you need to specify additional program jars.
Warning: there were 2 unresolved references to classes or interfaces.
         You may need to specify additional library jars (using '-libraryjars').
Error: Please correct the above warnings first.
Obfuscation failed.
Build failed
 
asked Mar 21, 2014 in App42 Cloud API-BaaS by bharat.hangarage (10 points)
recategorized Oct 26, 2014 by sushil

1 Answer

0 votes

You have to specify App42 jar as library jar in progaurd settings. Something like -libraryjars App42_J2ME_x.x..jar

Please pass the correct path and App42 Jar file name in the value and it should be fine.

 

answered Mar 22, 2014 by ajay123 (899 points)
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...