简体   繁体   English

如何在Windows 7上安装Eclipse Indigo

[英]How can I install Eclipse Indigo on Windows 7

I've downloaded Eclipse Indigo in preparation of using it to write apps in Python. 我已经下载了Eclipse Indigo,准备使用它来用Python编写应用程序。 There doesn't seem to be an install file. 似乎没有安装文件。 When I double-clicked eclipse.exe the program just ran. 当我双击eclipse.exe ,程序就运行了。 Can I move the Eclipse directory anywhere I want it, create a shortcut and place it on my taskbar, and start writing programs? 我可以将Eclipse目录移动到所需的任何位置,创建快捷方式并将其放在任务栏上,然后开始编写程序吗?

I put the Eclipse directory in my Path statement, and tried to run it from the command line. 我将Eclipse目录放在我的Path语句中,并尝试从命令行运行它。 It won't run anywhere but in the Eclipse directory. 它不会在Eclipse目录中的任何地方运行。 I already have Python 3.2 installed and it does run anywhere from the command line. 我已经有Python的3.2安装和在命令行中任何地方运行。 Will Eclipse automatically find my Python executable or do I have to do something else? Eclipse是否会自动找到我的Python可执行文件,还是我需要做其他事情?

The instructions are pretty clear ... and pretty simple: 指示非常清晰...也非常简单:

  1. Install your JDK on Win7 (I'd choose the 64-bit JVM for 64-bit Windows, but 32-bit will work on 64-bit Windows equally well) 在Win7上安装JDK(我为64位Windows选择了64位JVM,但是32位同样可以在64位Windows上正常工作)

  2. Unpack the "eclipse" folder from the .zip file anywhere you want. 从.zip文件中解压缩“ eclipse”文件夹的位置。 Mine happens to be in c:\\eclipse. 我的碰巧在c:\\ eclipse中。

  3. Manually create a desktop and/or start menu link to eclipse/eclipse.exe 手动创建桌面和/或开始菜单链接到eclipse / eclipse.exe

  4. Here's a great reference on "PyDev" : 这是有关“ PyDev”的出色参考:

I'd also encourage you to install the latest/greatest Eclipse ("Juno") instead of Indigo. 我也鼓励您安装最新/最大的Eclipse(“ Juno”),而不是Indigo。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM