Is this a difference between eclipse 2 and 3?
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/
Pub Key:http://blogs.codehaus.org/people/dion/public-key.asc


Kohsuke Kawaguchi <[EMAIL PROTECTED]> wrote on 22/10/2003 05:00:04 
AM:

> 
> Sorry if this is not the right list. I've got a reference to this ML
> from http://maven.apache.org/reference/plugins/eclipse/mail-lists.html
> 
> I'm using maven 1.0 beta 10 and Eclipse 3.0 M4.
> 
> When I run "maven eclipse", it generates the .classpath file with the
> following entry:
> 
>    <classpathentry kind="var" rootpath="JRE_SRCROOT" path="JRE_LIB"
>    sourcepath="JRE_SRC"/>
> 
> whereas when I create a project in Eclipse, a reference to JRE_LIB is
> written as:
> 
>     <classpathentry kind="con" path="org.eclipse.jdt.launching.
> JRE_CONTAINER"/>
> 
> With the former setting, your classpath only includes rt.jar, and
> nothing else. As a result, you may fail to import some classes like
> javax.net.*, which sits in a different jar file.
> 
> 
> 
> regards,
> --
> Kohsuke Kawaguchi
> Sun Microsystems                   [EMAIL PROTECTED]
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to