The solution is not displayed in Eclipse after Pydev is installed successfully.
Environment]
Eclipse Version: Luna Service Release 1 (4.4.1)
Windows System: Windows 7
Python Version: Python 2.7.4
JDK Version: JDK 1.6
[Symptom]
After Pydev is installed, you can see that Window-> Preferences does not display Pydev.
[Processing]
Google search found that because PyDev3.0 and later all require Java7, and my JDK is 1.6, it cannot be installed.
The solution is to use PyDev2.x to replace or upgrade JDK. Three methods:
1. Upgrade JDK to 1.7 or later.
2. Download PyDev2.x and install it offline.
3. During installation, first remove the hook shown in the figure below, because it only displays the latest version, and then select any version of PyDev2.x for installation.
Show only the latest versions of available software
Then Pydev will be displayed in Eclipse normally!
Build a Python + Eclipse + Pydev Environment
This article permanently updates the link address: