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.
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Difference between Types.INTEGER and Types.NULL in
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.