You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by Luciano Resende <lu...@gmail.com> on 2009/04/22 20:00:03 UTC

Re: Unexpected entries in .classpath files when running mvn -Peclipse - HELP PLEASE

On Wed, Apr 22, 2009 at 10:41 AM, Raymond Feng <en...@gmail.com> wrote:
> Reading through the maven-eclipse-plugin code, it tries to detect the JRE
> setting from the workspace. How do you place the tuscany source code and
> your Eclipse workspace?
>

Maybe the eclipse is still setup to use 1.5 JRE ? Check in
preferences->java->jre


-- 
Luciano Resende
Apache Tuscany, Apache PhotArk
http://people.apache.org/~lresende
http://lresende.blogspot.com/

Re: Unexpected entries in .classpath files when running mvn -Peclipse - HELP PLEASE

Posted by Mike Edwards <mi...@gmail.com>.
Luciano Resende wrote:
> On Wed, Apr 22, 2009 at 10:41 AM, Raymond Feng <en...@gmail.com> wrote:
>> Reading through the maven-eclipse-plugin code, it tries to detect the JRE
>> setting from the workspace. How do you place the tuscany source code and
>> your Eclipse workspace?
>>
> 
> Maybe the eclipse is still setup to use 1.5 JRE ? Check in
> preferences->java->jre
> 
> 
It's definitely not that.  My Eclipse only has JRE = 1.6.0_07 and nothing else.

Also, the default JRE on my system is 1.6.0_07 (ie that is what you get if you type "java" on the 
command line).


Yours,  Mike.