Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1016646
  • 博文数量: 244
  • 博客积分: 6820
  • 博客等级: 准将
  • 技术积分: 3020
  • 用 户 组: 普通用户
  • 注册时间: 2008-09-09 21:33
文章分类

全部博文(244)

文章存档

2013年(1)

2012年(16)

2011年(132)

2010年(3)

2009年(12)

2008年(80)

我的朋友

分类:

2011-06-23 14:30:53

2010年02月04日

  不断提高自己,成为编程牛人!

  1. install Java SE and configure envirornment variables

  get the Java SE from here:

  then you will get a bin file named with "jdk-6u17-linux-i586.bin"

  open a shell terminate input command as below:

  $ cd /opt/src : tranfer into the directory where store the jdk bin file

  $ sudo chmod u+x jdk-6u17-linux-i586.bin : edit the bin's property to make it can be executed

  $ ./jdk-6u17-linux-i586.bin : install jdk

  mv the jdk directory to where you want to store your own program, here I move it to the /opt/android/, then it will be followed to configure the enviornment variables in shell c
阅读(785) | 评论(0) | 转发(0) |
0

上一篇:vmware 上网

下一篇:android 的linux安装

给主人留下些什么吧!~~