How do I change the Java version of my “installed project facet” in Eclipse?

前端 未结 3 2060
日久生厌
日久生厌 2021-02-05 21:13

I just installed Eclipse 3.7 and the Google Plugin for Eclipse because I want to teach myself how to use Google App Engine.

When I create a new web application and run,

3条回答
  •  旧巷少年郎
    2021-02-05 21:46

    If you are using Eclipse IDE for Java EE Developers, you should have the Project Facets property section.

    It is possible that your Eclipse 3.7 is the Eclipse IDE for Java Developers. In that case you need to add the ability to have facets by installing the EE goodies...

    use the Help -> Install New Software... -> Work with: (choose Indigo) and then turn down "Web, XML, Java EE and OSGi Enterprise Development" and check Eclipse Java EE Developer Tools

    Allowing Eclipse to be restarted should now add the Project Facets property section visibility.

提交回复
热议问题