Hadoop on Windows with Eclipse -03- Set Environment Variables

简介: Set Environment VariablesThe next step is to set up the PATH environment variable so that Eclipse IDE can access Cygwin commandshereTo set environm...

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.
目录
相关文章
|
C语言 Android开发 Windows
解决windows下eclipse创建project时没有include导致出现“unresolved inclusion: <stdio.h>”错误的方法
解决windows下eclipse创建project时没有include导致出现“unresolved inclusion: <stdio.h>”错误的方法
解决windows下eclipse创建project时没有include导致出现“unresolved inclusion: <stdio.h>”错误的方法
|
JavaScript Windows
Node Sass could not find a binding for your current environment: Windows 64-bit with Node.js 1x.x
Node Sass could not find a binding for your current environment: Windows 64-bit with Node.js 1x.x
103 0
|
8月前
|
算法 程序员 Apache
Windows下搭建SVN服务器并配置eclipse和idea
Windows下搭建SVN服务器并配置eclipse和idea
173 1
|
分布式计算 Hadoop 大数据
关于 CMake编译出出现错误“Could not find compiler set in environment variable RC:” 的解决方法
关于 CMake编译出出现错误“Could not find compiler set in environment variable RC:” 的解决方法
关于 CMake编译出出现错误“Could not find compiler set in environment variable RC:” 的解决方法
|
Java Nacos 开发者
Nacos无法启动详解:Please set the JAVA_HOME variable in your environment, We need java(x64) jdk8 or later
Nacos无法启动详解:Please set the JAVA_HOME variable in your environment, We need java(x64) jdk8 or later
3551 1
|
IDE Java 开发工具
Eclipse的安装配置 - Windows(结尾附视频)
Eclipse的安装配置 - Windows(结尾附视频)
153 0
|
分布式计算 Java Hadoop
Error: JAVA_HOME is incorrectly set. Please update C:\hadoop-2.5.1\conf\hadoop-env.cmd ‘
Error: JAVA_HOME is incorrectly set. Please update C:\hadoop-2.5.1\conf\hadoop-env.cmd ‘
|
IDE Java 开发工具
Windows的JDK和Eclipse的安装教程
Windows的JDK和Eclipse的安装教程
Windows的JDK和Eclipse的安装教程
|
并行计算 PyTorch 算法框架/工具
CUDA unknown error - this may be due to an incorrectly set up environment 问题解决
CUDA unknown error - this may be due to an incorrectly set up environment 问题解决
CUDA unknown error - this may be due to an incorrectly set up environment 问题解决

热门文章

最新文章

推荐镜像

更多