zoukankan      html  css  js  c++  java
  • Hadoop on Windows with Eclipse -03- Set Environment Variables

    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:cygwin64in;c:cygwin64usrsbin

        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.
  • 相关阅读:
    第七周作业
    第六周作业
    CSS
    12 week work
    7 week work
    6 week work 3
    6 week work 2
    6 week work 1
    常用的网络服务小总结
    网络基础设置
  • 原文地址:https://www.cnblogs.com/summersoft/p/7643625.html
Copyright © 2011-2022 走看看