How to switch Eclipse from python back to Java -


i set eclipse python environment. works fine. how can switch java environment , create projects in java?

enter image description here

if try create new project - nothing happens: enter image description here

enter image description here

i not see java perspective if go enter code herewindow > perspective > open perspective > others...` mean java not installed?

enter image description here

from missing java perspective, clear ide not provide java support. install eclipse java development tools 1 of following:

  • drag link , drop on running eclipse ide (requires installed eclipse marketplace client)
  • help > install new software...:
    1. in work with: enter http://download.eclipse.org/eclipse/updates/4.7/
    2. select eclipse java development tools
    3. press next > , follow instructions of dialog

Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -