红联Linux门户
Linux帮助
当前位置: 红联Linux门户 > Ubuntu

ubuntu基本开发环境(jdk,eclipse,tomcat,oracle)

发布时间:2007-09-06 12:46:29来源:红联作者:seais
  设置源
  系统->软件源->ubuntu软件->下载自,选择“其他”,然后自动选择最快的源。

  中文支持
  system->language support,勾选Chinese,系统将添加中文支持,包括SCIM舒服法。需要注意的是,这个操作要在安装完后先update,否则,在语言支持对话框中,只有English一项可以选的。

  开发环境
  3.1 jdk5
  sudo apt-get install sun-java5-jdk

  3.2 eclipse/tomcat
  https://help.ubuntu.com/community/EclipseWebTools

  3.3 oracle 10g XE
  在 /etc/apt/sources.list 中添加:
  deb http://oss.oracle.com/debian unstable main non-free

  以root身份执行:
  apt-get update
  apt-get install oracle-xe
  /etc/init.d/oracle-xe configure
文章评论

共有 0 条评论