Search:

Type: Posts; User: copeg

Search: Search took 0.11 seconds.

  1. Re: How To Refresh Referenced Libraries In Eclipse ?

    In eclipse, right click the project that depends upon the other project, go to Properties. Select 'Java Build Path' and click on the Projects tab. Click "add" then select the project you wish to add...
  2. Re: How To Refresh Referenced Libraries In Eclipse ?

    What I suggested allows you to develop the two projects in parallel, which is what it seems like you are doing (otherwise for what you ask you will need to rejar every time a change is made so your...
  3. Re: How To Refresh Referenced Libraries In Eclipse ?

    Read my post above, which contains the solution: don't have your project depend upon a jar at all, but upon the other project.
  4. Re: How To Refresh Referenced Libraries In Eclipse ?

    If both projects are in the same workspace, you shouldn't have to rely on exporting the jar (which necessitate an export after every update), rather in the build path add the project under the...
Results 1 to 4 of 4