install java8 on ubuntu14



$ sudo add-apt-repository ppa:webupd8team/java
$ sudo apt-get update
$ sudo apt-get install oracle-java8-installer

install path: /usr/lib/jvm/java-8-oracle

时间: 2024-10-19 17:30:13

install java8 on ubuntu14的相关文章

[Ubuntu] Install teamviewer9 on Ubuntu14.04_x64

The article copied from http://ubuntuhandbook.org/index.php/2013/12/install-teamviewer-ubuntu-1404/ TeamViewer 9 Stable now is available. It features multiple connections in tabs, wake-on-lan, two step authentication, shared clipboard and more. This

how to install runC on ubuntu14.04

https://github.com/opencontainers/runc/wiki/Ubuntu-14.04---Mint17-and-runc this link is pretty good. But please be careful about the "golang" version. if you use 'apt-get install golang', you will get go1.2 which is not work for the build. == wh

Install Skype for ubuntu14.04

1. add the ppa sudo sh -c "echo 'deb http://archive.canonical.com/ubuntu/ trusty partner' >> /etc/apt/sources.list.d/canonical_partner.list" 2. update system repository sudo apt-get update 3. install sudo apt-get install skype

How to install ZeroMQ on Ubuntu14.04

Prepare: sudo apt-get install libtool autoconf automake uuid-dev sudo apt-get install python-dev sudo apt-get install g++ sudo apt-get install python-setuptools Check Stable Release: http://zeromq.org/intro:get-the-software Download: wget http://down

在windows XP系统下硬盘(无光盘)安装ubuntu-14.04-server

1. 下载ubuntu14.04iso镜像,可以到(ubuntu官网)[http://www.ubuntu.com/download]下载:比如我们下载的是ubuntu-14.04-server-amd64.iso 2. 配置启动项 2.1 下载grub4dos,可以去google的project下载; 将压缩包里面的grldr放到C盘根目录下: 2.2 编辑menu.lst 在C盘根目录下新建menu.lst,在其中添加如下内容并保存: ? 1 2 3 4 title Install Ubun

Ubuntu下安装eclipse

一.eclipse安装环境JDK的安装 1.下载JDK 从官网下载jdk8 jdk-8u5-linux-x64.tar.gz 2.解压$ tar -zxvf jdk-8u5-linux-x64.tar.gz解压出来是一个jdk1.8.0_05文件夹3.将文件夹移动到安装目录$ sudo mv jdk1.8.0_05 /usr/local/ 4.配置环境变量 ,更改/etc/profile文件 sudo gedit /etc/profile 在文件最后加上如下几行: export JAVA_HOM

如何批量删除PDF文档中的”www.it-ebooks.info“

      经常在http://www.it-ebooks.info/下载电子教程,但是下载的教程每页都会打上www.it-ebooks.info的标签.之前也没太注意,最近每次看到这些标签都有点小烦躁,想着是不是可以批量去除,首先考虑是在Adobe Acrobat XI Pro下去除水印,但是很遗憾参考很多网上的教程都没有处理掉.萌生了写个脚本批量处理的想法,在谷歌搜到一个外国人写的相关分析和教程,我觉得挺好的,也就依葫芦画瓢演示一遍,算是留个笔记吧.       大致思路是,用hex编辑器打

how-to create a high-availability mysql setup with corosync pacemaker and drbd on ubuntu

前言 坑无处不有.对各个组件大家都是仁者见仁智者见智. 各个组件的工作原理适用场景就不在一 一阐述.--待续--环境准备Corosync 安装与配置Pacemaker 安装与配置DRBD 安装与配置MySQL 安装与配置Crm 资源管理 系统结构 环境准备 $cat /etc/issue Ubuntu 14.04.4 LTS \n \l $uname  -r 4.2.0-27-generic [Both] $grep '10\|20' /etc/hosts 172.16.9.10 eva.suz

CentOS7 maven Unsupported major.minor version 52.0

pom.xml含有以下: <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> <version>1.1</version> <executions> <execution> <!-- <phase>install</phase> --> &