• support[@]kurinchilion.com
  • +1 (888) 666-4252

Tags

MacOS: Setup latest java version with different JDK version using Homebrew

Dec 05, 2022 - by kurinchilamp / Linux Server / Post Comment
Homebrew installs java at /usr/local/Cellar/openjdk/. There may be a requirement where you may need to run multiple version of java on the same MacOS. It involves few steps that we need to follow to setup and configure the needed version on our machines. (more…)
Continue Reading

How to install java 6 on CentOS 5 and remove other JDK, JRE version?

Nov 14, 2012 - by kurinchilamp / Java / Post Comment
At the time of writing this article Java 6 (update 37) was available at http://www.java.com/en/download/manual_v6.jsp First set up a folder where you want to install java $ cd /opt $ wget http://download.oracle.com/otn-pub/java/jdk/6u37-b06/jdk-6u37-linux-x64-rpm.bin $ chmod +x jdk-6u37-linux-x64-rpm.bin $ ./jdk-6u37-linux-x64-rpm.bin (more…)
Continue Reading

How to check, remove JRE, JDK, OPENJDK installation?

Nov 13, 2012 - by kurinchilamp / Java / Post Comment
To check the current installation of java $ rpm -qa | grep jre $ rpm -qa | grep jdk $ rpm -qa | grep openjdk To remove the java installs $ yum erase jre jdk openjdk
Continue Reading

TECHNOLOGY DEV STACK

Following are some of the technologies that we use to build and maintain solutions for our clients.