• 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.

  • 相关阅读:
    Node.js~在linux上的部署~pm2管理工具的使用
    在SSIS包中使用 Checkpoint从失败处重新启动包
    自己的第一个android应用(天气)
    ADF 项目创建流程
    HDU2159:FATE(二维完全背包)
    hdu 1542 Atlantis
    POJ 1037 DP
    移动互联与大数据之美-逐浪CMS2 X1.1发布
    SGU 201 Non Absorbing DFA (DP)
    基于SMTP协议的CMD命令邮件发送
  • 原文地址:https://www.cnblogs.com/fleetwgx/p/1739563.html
Copyright © 2020-2023  润新知