Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] A basic question regarding Class Loading

Running your application junit tests from Eclipse should have the same classpath as "mvn test" on command line, provided you use standard/default surefire configuration.

--
Regards,
Igor


On Sun, Oct 23, 2016, at 04:35 PM, Hadi Leoparjo Loei wrote:

Hallo everyone,


this is my first message in the mailing list.  I have a question: 

I have integrated m2eclipse in my eclipse IDE.  Since I experienced a phanomen that I could successfully run my tests via maven command line, at the same time I got ClassLoading problem as I run those tests inside Eclipse, I wonder if running tests within eclipse with m2eclipse integration still use the eclipse class loading framework, or would maven`s classworlds class loading framework take charge for loading classes. 


Thats it.  Thank you for all your comments.


Regards from Germany


_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/m2e-users


Back to the top