Skip to content

Instantly share code, notes, and snippets.

@kendellfab
Created September 19, 2013 19:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kendellfab/6628765 to your computer and use it in GitHub Desktop.
Save kendellfab/6628765 to your computer and use it in GitHub Desktop.
Install Oracle java 7
http://stackoverflow.com/questions/13439665/how-to-install-java-on-arch-linux
=============================================================================
sudo pacman -R icedtea-web
Then build Oracle JRE AUR package,
Before installing OracleJRE I had to remove openjdk6 manually and ignore dependencies:
[argy@Freak jre]$ sudo pacman -Rdd openjdk6
Install OracleJRE
sudo pacman -U jre-7u2-1-i686.pkg.tar.xz
Build and Install JDK AUR package:
sudo pacman -U jdk-7u2-1-i686.pkg.tar.xz
pacman -Syyu
https://aur.archlinux.org/packages/jdk/
=======================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment