eclipse - multiple java project in one application

From: Bjoern (bjoern.koffke_at_web.de)
Date: 08/07/04

  • Next message: zoopy: "Re: eclipse - multiple java project in one application"
    Date: 7 Aug 2004 10:41:24 -0700
    
    

    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


  • Next message: zoopy: "Re: eclipse - multiple java project in one application"