facebook

buildpath conflict

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #240747 Reply

    johnjoreilly
    Member

    I just broought the source from an existing application into my eclipse. It will build fine with its own ant script, but it won’t build in myeclipse. One problem is that it is picking up the wrong org.omg.CORBA.Object. (I think it’s picking up the one in jre\lib\rt.jar.) I have tried fiddling with the ordering in the ‘order and export’ tab, to no avail. Are there other ways to affect the classpath?

    #240776 Reply

    Scott Anderson
    Participant

    John,

    The ordering of the buildpath is affected by the Order and Export tab, as you’ve already noticed. Naturally, it’s not great to have different versions of the same class on the build path but which one gets picked up should be determined by the first found on the build path, based on the order. Once you change the order to the one you’d like, I’d recommend forcing a rebuild of the project by selecting Project > Clean… just to make sure a full build is performed after the update.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: buildpath conflict

You must be logged in to post in the forum log in