• TC_P_Windows 安裝Eclipse


    TC_P_Windows 安裝Eclipse

    STep1 安裝JDK1.6

    參考這篇文章:http://developer.51cto.com/art/200907/134780.htm

    截圖效果:

    Microsoft Windows XP [版本 5.1.2600]
    (C) 版权所有 1985-2001 Microsoft Corp.

    C:\Documents and Settings\gx.w>java -version
    java version "1.6.0_20"
    Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
    Java HotSpot(TM) Client VM (build 16.3-b01, mixed mode, sharing)

    C:\Documents and Settings\gx.w>

    Step2 驗證JDK1.6

    參考這篇文章:http://www.iecn.net/simple/index.php?t16805.htmlhttp://hi.baidu.com/jjaavvaaggss/blog/item/2cfcac24aa11d16a34a80f4a.html

    Microsoft Windows XP [版本 5.1.2600]
    (C) 版权所有 1985-2001 Microsoft Corp.

    C:\Documents and Settings\gx.w>Cd c:\

    C:\>E:

    E:\>cd E:\Java CODE Test 1\test1

    E:\Java CODE Test 1\test1>test.java

    E:\Java CODE Test 1\test1>javac test.java

    E:\Java CODE Test 1\test1>java test
    Hello World!

    E:\Java CODE Test 1\test1>

    D:\software\Msys\postinstall>PATH ..\bin;d:\software\ads1.2\bin;C:\WINDOWS\syste
    m32;C:\WINDOWS;C:\WINDOWS\system32\wbem;d:\software\quartus\install\quartus\quar
    tus\bin;D:\software\matlab\bin\win32;D:\software\java\bin;D:\software\java\jre\b
    in;D:\software\vc6.0\installs\Tools\WinNT;D:\software\vc6.0\installs\MSDev98\Bin
    ;D:\software\vc6.0\installs\Tools;D:\software\vc6.0\VC98\bin;C:\Program Files\wg
    xsoft\Codec;C:\Program Files\wgxsoft;C:\Cygnus\arm-tools\bin;C:\Cygnus\Bin;

    D:\software\Msys\postinstall>..\bin\sh.exe pi.sh

    This is a post install process that will try to normalize between
    your MinGW install if any as well as your previous MSYS installs
    if any.  I don't have any traps as aborts will not hurt anything.
    Do you wish to continue with the post install? [yn ] y

    Do you have MinGW installed? [yn ] y

    Please answer the following in the form of c:/foo/bar.
    Where is your MinGW installation? D:\software\MinGw

    I could not find D:softwareMinGw/bin/gcc.exe. You must have given an invalid
    path to your MinGW environment. I am reversing to no MinGW
    installation. If you do have MinGW installed then you can manually
    bind the mount point /mingw to C:/mingw (replace C: with the
    drive of your choice) by creating an /etc/fstab file with a line
    that has a value similar to:
    C:/mingw /mingw
    Press ENTER to continueD:/software/MinGw

            Normalizing your MSYS environment.

    You have script /bin/awk
    You have script /bin/cmd
    You have script /bin/echo
    You have script /bin/egrep
    You have script /bin/ex
    You have script /bin/fgrep
    You have script /bin/printf
    You have script /bin/pwd
    You have script /bin/rvi
    You have script /bin/rview
    You have script /bin/rvim
    You have script /bin/vi
    You have script /bin/view

    MinGW-1.1 has a version of make.exe within it's bin/ directory.
    Please be sure to rename this file to mingw32-make.exe once youve
        echo installed MinGW-1.1 because it\s very deficient in function.
    Press ENTER to continue.

  • 相关阅读:
    JS语言中的JSON.parse()和JSON.stringify()
    Django中 @login_required用法简介
    Django model中的save后的return
    windows下gethostbyname 调用失败
    学习打造自己的DEBUG_NEW
    关于new/delete、malloc/free的内存泄漏检测
    C++连接mysql的两种方式(ADO连接和mysql api连接)
    windows下Redis编译安装
    mysql之字符编码问题
    mysql错误用法insert into where
  • 原文地址:https://www.cnblogs.com/fleetwgx/p/1739563.html
Copyright © 2020-2023  润新知