Hey everyone,
I have question on Java / Eclipse developing.
I am working on a java web application consisting of 3 java projects.
Two them are the business layer and the control layer. How can I use
a class from the business layer project in the control layer project?
I have a ControlDelegate in my business layer project and wanted to import this
class in a FormAction (struts) in my control layer project.
import com.contact.ControlDelegate
Eclipse tells me "the import com.contact.ControlDelegate can not be resolved"
I allready tried the Project->Properties->Project References but it didn´t helped.
Thanks,
Bjoern
zoopy - 07 Aug 2004 21:31 GMT
> Hey everyone,
>
[quoted text clipped - 14 lines]
> Thanks,
> Bjoern
Try Project->Properties->Java Build Path, tab Projects, and tick the appropriate projects.
HTH,
Z.