" 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
" Phenomenon "
After installing the Pydev, the following installation articles are found window-> Preferences does not show Pydev.
http://blog.csdn.net/Jerry_1126/article/details/19359139
" processing "
Google search found it because PyDev3.0 will need Java7 later, and my JDK is 1.6, so I can't install it.
The treatment solution is use pydev2.x to replace. There are two ways to do this:
1. Download pydev2.x and install it offline
2. when installing, first remove the hook below the graph, as that will show the latest version and then select any pydev2.x version to install.
Show only the latest versions of available software
After that, Pydev can be displayed in eclipse normally!
Pydev is not displayed in Eclipse after successful installation