Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] m2e with OSX

Hi,

Thank for your support.

My problem went from here:

I choose the 'standard vm' option instead of the 'Mac OS X vm' so that it didn't worked.
I checked the clues you give me and now I can hardcore Java code ;).

Thank you so much.

Regards



Le 1 juin 2013 à 03:06, Artur Drummond <arturbdr@xxxxxxxxx> a écrit :

Ok, instead checking for Mac configuration, don`t forget that you're using a pluggin inside Eclipse.
So, I guess there must be a configuration inside of your Eclipse.

Try this solution and check if it works

1 - Click on Run Configurations as shown:
<image.png>

2 - Navigate to Maven Build and create a new build
<image.png>
 There's an option "JRE". Check which JRE is selected and if it's a valid one.
Run the maven task from this window and check if it works.

Regards,

Artur Drummond.



On Thu, May 30, 2013 at 3:41 PM, Charlie Mordant <cmordant1@xxxxxxxxx> wrote:
I'll answer to myself (and not proud of me),

I set the JVW as a standard vm in eclipse preferences instead of MacOSX jvm…

Thank you for your answers.

Regards


Le 30 mai 2013 à 20:25, Igor Fedorenko <igor@xxxxxxxxxxxxxx> a écrit :

> FWIW, I have no problems running m2e on OSX 10.8.3 with both Apple 6 and
> Oracle 7 JVMs.
>
> --
> Regards,
> Igor
>
> On 2013-05-30 2:01 PM, Charlie Mordant wrote:
>> Hi m2e community,
>>
>> I'm trying to run m2e on OS-X.
>>
>> I had the OSX jdk installed (1.6) before installing Oracle Jdk 1.7.0_21
>> x64 package.
>> I configured Oracle JDK on eclipse preference, as well as -vm on
>> eclipse.ini and in the mvn executable (exporting JAVA_HOME).
>>
>> I encounter an error when running install on a simple pom project:
>> Erreur : impossible de trouver ou charger la classe principale Jdk
>>
>> Why does it can't find Jdk main class?
>>
>> Has anyone got an idea about this problem?
>> Standalone Maven build is working and eclipse build too.
>>
>> Best regards, Charlie
>>
>>
>> _______________________________________________
>> 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