Install the Elipse+pythondev__python under Win64

Source: Internet
Author: User


Eclipse version:

Version:mars Release (4.5.0)


With the Oracle JDK 8u45, Eclipse has not yet supported the JDK version, and when it is installed, the boot will be an error. Links are as follows:

Http://www.oracle.com/technetwork/java/archive-139210.html

My mailbox hxxxxx, the password is wkoricale2xxxx6


Then you install the Python and Pyndev plug-ins. See specifically

Http://www.cnblogs.com/halfacre/archive/2012/07/22/2603848.html


installing the Python interpreter Install Pydev:

First need to go to eclipse website download: http://www.eclipse.org/,Eclipse need JDK support, if Eclipse does not work, please download the JDK installation on the Java website: http://www.oracle.com/ Technetwork/java/javase/downloads.

Open Eclipse, find Help menu bar, go to install New Software ... Options.

Click Work with: The next click of the input box add...,name can be whatever, I entered is pydev,location is http://pydev.org/updates. Click OK.

If you wait, you can see the options in the selection bar.

Select Pydev, then all the way to next, go to the installation path selection interface, use the default settings, and Finish. Eclipse will download the PyDev to see the progress of the download from the Eclipse taskbar. After the Pydev is installed, you need to restart eclipse.

Configure Pydev:

After the Pydev is installed, you need to configure the interpreter. In the Eclipse menu bar, select Window > Preferences > Pydev > Interpreter–python to configure Python here. You first need to add an installed interpreter. If you do not have the download to install Python, please go to the official website to download the 2.x or 3.x version: http://www.python.org/.

I'm using the python3.x version, Python is installed under the D:\Python32 path. Click New to enter the dialog box. Interpreter name can be arbitrarily named, interpreter executable Select the Python interpreter Python.exe.

Click OK to jump out of a window with a lot of check boxes, select the option to add System Pythonpath, click OK.

Then, in the Python interpreters window, click OK again to complete the configuration of the Python interpreter.

By the end of this pydev configuration has been completed and you can start writing Python using Eclipse.

Hola World:

In the Eclipse menu bar, select File > New > Pydev > Project ..., select Pydev Project in the window, there are three kinds of projects that can be created, choose Pydev Project.

Click Next, enter the name of the project, select the appropriate project type, and the Python syntax version and the Python interpreter used.

After the creation is successful, enter the perspective, right-click the src icon, select New->pydev Package, and create a new package. The system will automatically generate the __init__.py file, which contains no content. Right-click the created package, select New->pydev module, create a new Python module for you, click Finish.

So we can start creating the first. py file.

source:http://blog.csdn.net/sunshine3257/article/details/7408102




Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.