Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[orbit-dev] problems when using javax.wsdl_1.5.1 in orbit

Title: problems when using javax.wsdl_1.5.1 in orbit

Hi all,
        I add the jar "javax.wsdl_1.5.1v200706111418.jar", whose bundle symbolic name is "javax.wsdl", to my plug-in's dependencies. But the packages and classes in this jar  cannot be resolved in Eclipse (version 3.3) environments. So I cannot import any package or class of javax.wsdl to my code.

       And I found there is an embedded jar called "wsdl4j-1.5.1.jar" located in lib/ directory of this host jar file ("javax.wsdl_1.5.1v200706111418.jar").  I think the problem is that PDE cannot  resolve embedded jar.

        Then, how to use this kind of plug-ins in orbit as dependencies in my project?

Thanks a lot,

Regards,

Jonathan Huang



Back to the top