Error resolution for missing JDK for Eclipse add maven

Source: Internet
Author: User

A warning message occurs every time that Maven is installed: Eclipse is running in a JRE, but a JDK was required Some Maven plugins may isn't work when importing Proje CTS or updating source folders.

Workaround:

Step 1, check the JRE that eclipse is using

Windows-preferences-> Java-installed JREs determines that the JDK is being used instead of the JRE.

If not, click Add

Select Standard VM Click Next

Directory Select the JDK directory by clicking Finish.

Step 2, configure Eclipse.ini

Check the configuration file under the Eclipse installation directory and add/edit the following code on the first line:

-vm
D:\Program FILES\JAVA\JDK1.7.0_15\JRE\BIN\JAVAW

Save, restart Eclipse, and no more warnings.?

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.