2

I am trying to generate java sources from WSDL, package those sources into jar and add that jar into project dependencies.

So far I created jar from wsdl2Java utility of cxf using gradle task (in image bem-1.0.jar) but java files created inside this jar are not getting accessed in workspace !

what I am missing here ?

I see there is slight change in icon of bem-1.0.jar and rest of jar in eclipse build path (highlighted in image below). what does that icon indicate ?

enter image description here

any help would be appreciated. Thanks.

Ali
  • 1,480
  • 2
  • 20
  • 30

1 Answers1

0

I got this issue resolved.

first thing is the icon difference indicate that source in not attached with my jar created.

and when I extracted my jar, it was containing only java source files and missed class files ! including class files worked.

Ali
  • 1,480
  • 2
  • 20
  • 30