码迷,mamicode.com
首页 > Windows程序 > 详细

Hadoop on Windows with Eclipse -03- Set Environment Variables

时间:2017-10-10 01:22:43      阅读:254      评论:0      收藏:0      [点我收藏+]

标签:top   val   ble   hadoop   location   usr   http   man   eclips   

Set Environment Variables

The next step is to set up the PATH environment variable so that Eclipse IDE can access Cygwin commands

To set environment variables follow these steps:

    1. Find "My Computer" icon either on the desktop or in the start menu, right-click on it and select Properties item from the menu.
    2. When you see the Properties dialog box, click on the Environment Variablesbutton as shown below


      技术分享

    3. When Environment Variables dialog shows up, click on the Path variable located in the System Variables box and then click the Edit button.

      技术分享
    4. When Edit dialog appears append the following text to the end of the Variable value field:

      ;c:\cygwin64\bin;c:\cygwin64\usr\sbin
      技术分享
      Note: If you installed cygwin in the non-standard location, correct the above value accordingly.
    5. Close all three dialog boxes by pressing OK button of each dialog box.

Hadoop on Windows with Eclipse -03- Set Environment Variables

标签:top   val   ble   hadoop   location   usr   http   man   eclips   

原文地址:http://www.cnblogs.com/summersoft/p/7643625.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!