Skip to main content



      Home
Home » Newcomers » Newcomers » build path error
build path error [message #148985] Mon, 17 April 2006 13:19 Go to next message
Eclipse UserFriend
Originally posted by: python152.gmail.com

Hi, folks,

I have just create a Eclipse project from existing source. In the
problem pane, it reports "The project cannot be built until build path
error are resolved".

There might be some thrid party library missing that I haven't added to
the build path. But I feel this is a different issue, and I don't have
much further info to go on and resolve this.

Any idea?

Oliver
Re: build path error [message #149060 is a reply to message #148985] Mon, 17 April 2006 17:16 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: wharley.bea.com

"Oliver" <python152@gmail.com> wrote in message
news:e20in5$ep7$1@utils.eclipse.org...
> Hi, folks,
>
> I have just create a Eclipse project from existing source. In the problem
> pane, it reports "The project cannot be built until build path error are
> resolved".
>
> There might be some thrid party library missing that I haven't added to
> the build path. But I feel this is a different issue, and I don't have
> much further info to go on and resolve this.

If you are getting that error, and you do not have any other errors saying
that certain specific classes cannot be found, then probably it is because
you have a library specified in your classpath that cannot be found on disk.

If you are getting errors about specific classes that can't be found, then
it could be that you have the wrong JRE specified (e.g., you have Java 5
code but a 1.4 JRE) or that there are jars missing from your classpath.
Re: build path error [message #149420 is a reply to message #149060] Fri, 21 April 2006 13:19 Go to previous message
Eclipse UserFriend
Originally posted by: eclipse3.rizzoweb.com

Walter Harley wrote:
> "Oliver" <python152@gmail.com> wrote in message
> news:e20in5$ep7$1@utils.eclipse.org...
>> Hi, folks,
>>
>> I have just create a Eclipse project from existing source. In the problem
>> pane, it reports "The project cannot be built until build path error are
>> resolved".
>>
>> There might be some thrid party library missing that I haven't added to
>> the build path. But I feel this is a different issue, and I don't have
>> much further info to go on and resolve this.
>
> If you are getting that error, and you do not have any other errors saying
> that certain specific classes cannot be found, then probably it is because
> you have a library specified in your classpath that cannot be found on disk.
>
> If you are getting errors about specific classes that can't be found, then
> it could be that you have the wrong JRE specified (e.g., you have Java 5
> code but a 1.4 JRE) or that there are jars missing from your classpath.
>
>

Open the Project properties and look at the Java Build Path section. The
details of the problem should be indicated on one of the tabs related to
the build path.

Hope this helps,
Eric
Previous Topic:Eclipse and Linux
Next Topic:How do you create a JSP file in eclipse 3.1
Goto Forum:
  


Current Time: Thu May 08 11:44:08 EDT 2025

Powered by FUDForum. Page generated in 0.12110 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top