Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] (no subject)

Hi Vijay,

another thing you should keep in mind is to always use Sun/Oracle JDK for any Java development, not Open JDK distributed with Ubuntu.
You'll save yourself from all sorts of "interesting" problems...  Excellent automated installation script for Ubuntu can be found here:
  https://github.com/flexiondotorg/oab-java6

Cheers,
Rafał

On 09/21/2012 10:05 PM, Vijay Anand wrote:
Hi Andrew,
 That did help. Thanks.
I uninstalled the eclipse from ubuntu and it worked fine.

Maybe in your download page you can add a warning for any ubuntu sourced installs.

Vijay

On Fri, Sep 21, 2012 at 2:49 PM, Andrew Eisenberg <andrew@xxxxxxxxxxxx> wrote:
I suspect that the problem is related to your install from Ubuntu.
More than likely, the version you installed doesn't have the correct
update sites pre-configured.  The distributions from Ubuntu are always
slightly different than what you get at eclipse.org.  And this causes
all sorts of subtle update and install problems.

My experience is that you should avoid the Ubuntu packages and
download from eclipse.org directly.

On Fri, Sep 21, 2012 at 12:44 PM, Vijay Anand <ananvij@xxxxxxxxxxxx> wrote:
> I get this error:
>
> Cannot complete the install because one or more required items could not be
> found.
>   Software being installed: m2e - Maven Integration for Eclipse
> 1.2.0.20120903-1050 (org.eclipse.m2e.feature.feature.group
> 1.2.0.20120903-1050)
>   Missing requirement: m2e - Maven Integration for Eclipse
> 1.2.0.20120903-1050 (org.eclipse.m2e.feature.feature.group
> 1.2.0.20120903-1050) requires 'org.eclipse.jem.util 0.0.0' but it could not
> be found
>
>
> On Fri, Sep 21, 2012 at 2:40 PM, Matthew Piggott <mpiggott@xxxxxxxxxxxx>
> wrote:
>>
>> It works for many people, and without a detail description of the problem
>> no is going to be able to help you.
>>
>> On 21 September 2012 15:32, Vijay Anand <ananvij@xxxxxxxxxxxx> wrote:
>>>
>>> Hi,
>>>  Maven used to be a solid tools before it was moved to eclipse from
>>> apache.
>>> I always get error whenever I try to install into eclipse and I don't see
>>> a solution around it. This is ongoing for last 6 months.
>>>
>>> Why can't you release a binary which works out of box with vanilla
>>> eclipse for java?
>>>
>>> The installation should be as simple as install eclipse from Ubuntu
>>> Software Center and then install m2eclipse.
>>>
>>> Vijay
>>> _______________________________________________
>>> m2e-users mailing list
>>> m2e-users@xxxxxxxxxxx
>>> https://dev.eclipse.org/mailman/listinfo/m2e-users
>>>
>>
>>
>> _______________________________________________
>> m2e-users mailing list
>> m2e-users@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/m2e-users
>>
>
>
> _______________________________________________
> m2e-users mailing list
> m2e-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/m2e-users
>
_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users



_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users


Back to the top