Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » .classpath problem?
.classpath problem? [message #118319] Thu, 17 November 2005 14:04 Go to next message
Eclipse UserFriend
Originally posted by: luca.rasconi.gmail.com

what's the meaning of Path '/' must denote location inside project
simple-servlet?
i imported a simple project in eclipse and i had this error:

this is mi .classpath file:
<classpath>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="src" path="src/main/resources" output=".."/>
<classpathentry kind="output" path="target/classes"/>
<!--classpathentry kind="var" rootpath="JRE_SRCROOT" path="JRE_LIB"
sourcepath="JRE_SRC"/-->
<classpathentry kind="var"
path=" M2_REPO/commons-collections/commons-collections/3.1/commons- collections-3.1.jar "/>
<classpathentry kind="var"
path="M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar"/>
<classpathentry kind="var"
path=" M2_REPO/alice-commons/alice-commons/1.2/alice-commons-1.2.ja r "/>
<classpathentry kind="var" path="M2_REPO/jsdk/jsdk/24/jsdk-24.jar"/>
</classpath>

where M2_REPO is visible by eclipse.

every suggestion is very appreciated.
Bye,
Luca
Re: .classpath problem? [message #118483 is a reply to message #118319] Fri, 18 November 2005 22:13 Go to previous message
Eclipse UserFriend
Originally posted by: eclipse3.rizzoweb.com

Luca wrote:
> what's the meaning of Path '/' must denote location inside project
> simple-servlet?
> i imported a simple project in eclipse and i had this error:
>
> this is mi .classpath file:
> <classpath>
> <classpathentry kind="src" path="src/main/java"/>
> <classpathentry kind="src" path="src/main/resources" output=".."/>
> <classpathentry kind="output" path="target/classes"/>
> <!--classpathentry kind="var" rootpath="JRE_SRCROOT" path="JRE_LIB"
> sourcepath="JRE_SRC"/-->
> <classpathentry kind="var"
> path=" M2_REPO/commons-collections/commons-collections/3.1/commons- collections-3.1.jar "/>
>
> <classpathentry kind="var"
> path="M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar"/>
> <classpathentry kind="var"
> path=" M2_REPO/alice-commons/alice-commons/1.2/alice-commons-1.2.ja r "/>
> <classpathentry kind="var" path="M2_REPO/jsdk/jsdk/24/jsdk-24.jar"/>
> </classpath>

What is the error?

Note: editing .classpath manually is not necessary - you should open the
Project > Properties dialog and select the Java Build Path section.

HTH,
Eric
Previous Topic:Eclipse file path problem
Next Topic:Bug found but not able (yet) to report in proper way
Goto Forum:
  


Current Time: Fri Apr 26 06:19:07 GMT 2024

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

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

Back to the top