I created lib for my blackberry java app (jar file). But it isn’t work.
com.myapp.MyManager: Error!: Missing stack map in: getInstance at label: 31
What is this?
If i copy package of my lib to my blackberry app, it works well. But I need have lib.
I created lib for my blackberry java app (jar file). But it isn’t work.
Share
You need to preverify the jar file manually. you can do the following to preverify the jar.
Read more: http://getablogger.blogspot.com/2009/09/how-to-include-external-jar-file-in.html#ixzz1iTh6g1SF
You can try this link as well .It has instructions on how to do it.