目前分類:eclipse IDE (2)

瀏覽方式: 標題列表 簡短摘要

When install zylin cdt plugin into eclipse, it will suffer the problem that could not find the"http://www.zylin.com/zylincdt"as below,

After searching, the correct address for installing zylin cdt should change to http://opensource.zylin.com/zylincdt

 

 


horace papa 發表在 痞客邦 留言(0) 人氣()

refer to:

https://jingyan.baidu.com/article/d621e8dae805272865913fa7.html

 

一、安装

创建安装目录,在/usr/java下建立安装路径,并将文件考到该路径下: 

# mkdir /usr/java

 

1、jdk-6u11-linux-i586.bin 这个是自解压的文件,在linux上安装如下: 

please go to download jdk-6u11-linux-i586.bin from

http://www.oracle.com/technetwork/java/javase/java-archive-downloads-javase6-419409.html

# chmod 755 jdk-6u11-linux-i586.bin 

# ./jdk-6u11-linux-i586.bin (注意,这个步骤一定要在jdk-6u11-linux-i586.bin所在目录下)

在按提示输入yes后,jdk被解压。

出现一行字:Do you aggree to the above license terms? [yes or no]

horace papa 發表在 痞客邦 留言(0) 人氣()