码迷,mamicode.com
首页 > 系统相关 > 详细

set eclipse on ubuntu

时间:2017-08-13 14:19:10      阅读:195      评论:0      收藏:0      [点我收藏+]

标签:min   nat   tom   lte   nim   clip   shortcut   ctr   bottom   

set superuser in ubuntu: sudo passwd

move taskbar to bottom: gsettings set com.canonical.Unity.Launcher launcher-position Bottom

set shortcut on ubuntu:

close window: shift+ctrl+J

minimize window: shift+ctrl+M

 

sudo apt-get update

sudo apt-get -y upgrade

 

edit the file: ~/.bashrc

 

# set jdk env:
export JAVA_HOME=/home/groot/Videos/jdk_7_jdk/jdk1.7.0_79
export JRE_HOME={JAVA_HOME}/jre
export PATH=${JAVA_HOME}/bin:$PATH

source ~/.bashrc

terminal: java, javac

 

 

set jdk version:

sudo update-alternatives --install /usr/bin/java java /home/groot/Videos/jdk_7_jdk/jdk1.7.0_79/bin/java 500

sudo update-alternatives --config java

 

after this, you can start eclipse.

 

set eclipse on ubuntu

标签:min   nat   tom   lte   nim   clip   shortcut   ctr   bottom   

原文地址:http://www.cnblogs.com/wuxibo/p/7353197.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!