Adding JAVA to Eclipse Oxygen

2019-08-24 02:14发布

I already installed java jdk 9 and Eclipse Oxygen on my pc. I've also added jdk url in environment variable path and created JAVA_HOME variable. I ran cmd and entered javac command, everything went fine.

1. Now, when I right click on a project > then go to Properties, I am redirected to Builders tab. I don't know where to add the JRE_SYSTEM_LIBRARY on my Eclipse Oxygen.

enter image description here

2. Also, when I want to create new project, by going to File > New, there's no suggestion to add a Java Project

enter image description here

3. When I go to Window > Preferences, there's no Java tab added below Install/Update tab.

enter image description here

Did I miss any step? Any help from you guys are much appreciated.

1条回答
Summer. ? 凉城
2楼-- · 2019-08-24 02:23

It looks like you have the Eclipse for Testers (Jubula) IDE package without Java support or at least you're not in the Java perspective (depending on the perspective, there are different menus). If there is no File > New > Project...: Java > Java Project, do one of the following:

  • Download, install and use an Eclipse Java IDE package, e. g. the Eclipse IDE for Java Developers or the Eclipse IDE for Java EE Developers

  • Install the Java Development Tools (JDT) into your Eclipse for Testers IDE:

    1. Help > Install New Software...
    2. Work with: --All Available Sites-- (or Oxygen - http://download.eclipse.org/releases/oxygen)
    3. In the list choose Programming Languages > Eclipse Java Development Tools and click Next >
    4. After finishing the installation and restarting, switch to the Java perspective: Window > Perspective > Open Perspective > Others...: Java

enter image description here

查看更多
登录 后发表回答