MyEclipse build path No actions available

Source: Internet
Author: User

MyEclipse is a powerful enterprise-class integrated development environment built on Eclipse and developed with its own plugins, primarily for Java, Java EE, and mobile applications. MyEclipse is very powerful and supports a wide range of support, especially for various open source products.

This article is for everyone to explain is myeclipse in the build path invalid prompt error: No actions available solution, interested classmates reference.

Problem:

Today, we found that the project downloaded from SVN yesterday was unable to build path in MyEclipse. Tip No actions available

Found on the Internet because of the problem with. projects file, you need to add some nature tags in the natures tag

These are some of the myeclipse configuration

<nature>com.genuitec.eclipse.ast.deploy.core.deploymentnature</nature>
<nature>com.genuitec.eclipse.j2eedt.core.webnature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>

After adding is complete, set the default output folder in the build path

Typically the project name/webroot/web-inf/classes

MyEclipse build path No actions available

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.