Using JUnit 5 with MyEclipse 2016

Using JUnit 5 with MyEclipse 2016

What is required to use JUnit 5 with MyEclipse 2016?

——

JUnit 5 requires a Java 8 project. JUnit 4 is the latest which ships with MyEclipse 2016.
You can download the JUnit 5 libraries, create a new user library (Window > Preferences > Java > Build Path > User Libraries), add the JUnit 5 jars to it and then add the user library to the project via Build Path page (switch to Libraries tab and click on ‘Add Library’ and select ‘User Library’).

Our latest release MyEclipse 2018 ships with JUnit 5. MyEclipse 2018 is based on Eclipse Photon and supports Java 9 and 10. Please check the Delivery Log for the list of new features and improvements that come with MyEclipse 2018 : https://www.genuitec.com/products/myeclipse/deliverylog/ci/

Please note that versions earlier than MyEclipse 2017 are no longer fully supported. We try and assist licensed users working with older versions, but no fixes will be made to those versions. I recommend you upgrade to MyEclipse 2018 to take advantages of the latest technologies it supports.

You can download the MyEclipse 2018 installer from here : https://www.genuitec.com/products/myeclipse/download/
Install it alongside your existing MyEclipse 2016 installation to a different folder and give it a try. The license you currently hold is valid for MyEclipse 2018 as well.

Please let us know if you have any questions or if you see any issues migrating to MyEclipse 2018. We will be glad to assist you in making the transition.

评论

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注