Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Well, I've found the answer on my own meanwhile.</p> <p>For those reading this in the future I will explain step by step, using the semantics I introduced in <a href="https://stackoverflow.com/q/11081411/1444073">my original message</a>:</p> <p>First, open the properties page of your <strong>core</strong> project and navigate to the 'Libraries' tab of the 'Java Build Path' settings:</p> <p><img src="https://i.stack.imgur.com/ozPqF.png" alt="enter image description here"></p> <p>Make sure to add your class library <code>a.jar</code>, your <strong>core</strong> project depends on, via 'Add JARs...'. Then, go ahead to the 'Order and Export' tab and activate the just added <code>a.jar</code> for exporting.</p> <p><img src="https://i.stack.imgur.com/nrfvE.png" alt="enter image description here"></p> <p>Then go to the 'Deployment Assembly' settings and also add <code>a.jar</code> here by first clicking on 'Add...', then on 'Java Build Path Entries' and finally selecting <code>a.jar</code>. Make sure to enter '../' as the deploy path for <code>a.jar</code>:</p> <p><img src="https://i.stack.imgur.com/UoJ6S.png" alt="enter image description here"></p> <p>Now you are done with your <strong>core</strong> project. Now open the 'Projects' page of the 'Java Build Path' settings for your <strong>web</strong> project and add your <strong>core</strong> project by clicking on 'Add...':</p> <p><img src="https://i.stack.imgur.com/MM9z7.png" alt="enter image description here"></p> <p>Finally, navigate to the 'Deployment Assembly' settings page, press 'Add...', then take 'Project' and select your <strong>core</strong> project on the next screen:</p> <p><img src="https://i.stack.imgur.com/M7Qev.png" alt="enter image description here"></p> <p>You're done. No need to add your <strong>core</strong> dependencies to your <strong>web</strong> project.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload