English 中文(简体)
重复包装问题
原标题:Duplicate package problem

我试图将Twitter纳入我的申请。 我进口了两本杰尔档案,名称不同,但一揽子文件名称相同。 当我编辑时,它就错了。

Description Resource Path Location Type D:CustomClassesksoap2-j2me-core-prev-2.1.2.jar(org/kxml2/io/KXmlParser.class): Error!: Duplicate definition for org.kxml2.io.KXmlParser found in: org.kxml2.io.KXmlParser

问题回答

假设这两个联合举措是第三方(而不是平台图书馆),你应考虑采取更为复杂的汇编和包装步骤。 但是,在走这条路之前,检查一下你进口的JAR是否以不同形式出现——这些表格没有掩饰其依赖性。

不管怎样,在您的汇编中都迈出了一步,仅从每项联合报告中提取所需内容。

如果你不使用建筑文字,而是用电算法进行一切,那么就只是为了建立你定制的附属关系而设计了建筑文字。





相关问题
add text in http request string url

ok i made a midlet through which i can connect to server pages and get soem information as response. For example i made a midlet through which i acced url: http://example.com/?u=nepal&t=1 Now i ...

Do I have to do a setSize() on a Vector before using it?

Given private final Vector v = new Vector(); //instance variable the following 3 lines are in an instance method in the same class. 1. int length = v.capacity(); 2. int size = v.size(); ...

Is the situation with Java ME improving?

It seems to be the consensus that developing for Java ME is not as cross platform as you might expect, particularly compared to say java SE, but it is difficult to assess how the situation is evolving....

Privileged operations in netbeans mobility

I m writing a Java ME app that will use privileged operations such as messaging. By default the user is prompted to confirm each of these operations, but I would like to run it as a background ...

ClassFormatError: 56 while using hessian in j2me

I am trying to use the hessian j2me implementation @ http://hessian.caucho.com/ using java me sdk 3.0. http://hessian.caucho.com/doc/hessian-overview.xtp#Hessian%20Client%20for%20a%20cell-phone ...

热门标签