Skip to content

Commit

Permalink
add post how to install jdk on ubuntu 11.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryshen committed Mar 29, 2012
1 parent 30b2353 commit 489dea7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions _posts/2012-03-16-how-to-install-jdk-on-ubuntu-11-10.md
@@ -0,0 +1,15 @@
---
layout: post
title: How to Install JDK on Ubuntu 11.10
categories:
- linux
---

最近在玩solr, 需要用到java环境, 但是ubuntu官方源中却没有jdk安装包, 经过一些研究, 发现以下方案即可解决安装问题:

> sudo apt-get install python-software-properties
> sudo add-apt-repository ppa:ferramroberto/java
> sudo apt-get update
> sudo apt-get install sun-java6-jdk

Ubuntu中经常会用到添加ppa源的时候, 确实方便.

0 comments on commit 489dea7

Please sign in to comment.