首页
学习
活动
专区
工具
TVP
发布
社区首页 >问答首页 >使用使用jars的java.beans类(Introspector、BeanInfo或PropertyDescriptor)

使用使用jars的java.beans类(Introspector、BeanInfo或PropertyDescriptor)
EN

Stack Overflow用户
提问于 2013-02-25 19:07:02
回答 2查看 8.9K关注 0票数 19

我有使用java.beans.Introspectorjava.beans.BeanInfojava.beans.PropertyDescriptor的第三方jar (我不能更改)。

如何在我的安卓应用程序中使用该jar?

它无法从第三方jar加载类(使用Introspector):

WARN/dalvikvm(780): VFY: unable to resolve static method 6325: Ljava/beans/Introspector;.getBeanInfo (Ljava/lang/Class;)Ljava/beans/BeanInfo;
WARN/dalvikvm(780): VFY: unable to resolve exception class 962 (Ljava/beans/IntrospectionException;)
WARN/dalvikvm(780): Verifier rejected class Lorg/thirdpartyjar/SomeClass;
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/15065545

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档