Eclipse not recognizing imports of generated classes in same project

872 Views Asked by At

I have camel project to invoke soap service using CXF. There are generated classes from WSDL but beans cannot import these classes.

1

There are 1 best solutions below

0
On BEST ANSWER

Open Project properties - Java build path - Source and add folder where are generated classes.