Hi this video is about how to install Oracle Java 8 in Elementary OS 0.3 This is by hand. Also you can do it by ppa i'll put both method. How to download Java 8 JDK and setup in ElementaryOS "BY HAND!" Note: This can be done also in Ubuntu* 1. Go to http://www.oracle.com/technetwork/es/java/javase/downloads/index.html Dowload -> oracle jdk 1.1 Check your arch Use uname -a If appears. i386 or i686, then your OS is 32bit mode If appears x86_64 you are in 64 bits 2. Select for .tar.gz Choice a package right for your ARCH 3. Download it 4. Extract to /usr/lib/jvm ls -l /usr/lib/jvm If not exist, create mkdir -p /usr/lib/jvm 4.1 Extract go to your Download Directory sudo tar -xvzf jdk.tar.gz -C /usr/lib/jvm 5. Apply correct owner cd /usr/lib/jvm chown -R root:root jdk-dir/* chown -R root:root jdk-dir 6. Create a syslink ln -s jdk-version java-8-oracle 7. Select ...
Un blog sobre Hacking ético que pretende servir de auto-documentación pero tambien para ayudar a todo aquel que se aventura a navegar en este mar de la red llamado internet el cual esta lleno de piratas al acecho.