Tag Archives: jdk

Install Java SE Development Kit 7u40 on CentOS 6.4

Installing JDK on CentOS can be hard, so to help you I’ve made this simple tutorial. Hope it helps… Download and install: Go to http://www.oracle.com/technetwork/java/javase/downloads/index.html an select JDK Download. Install JDK: [cc lang=”bash” width=”100%”] rpm -ivh /path-to-file/jdk-7u40-linux-i586.rpm [/cc] And set it up: [cc lang=”bash” width=”100%”] alternatives –install /usr/bin/java java /usr/java/latest/jre/bin/java 20000 alternatives –install /usr/bin/javaws javaws… Read More »