A version of WordPress 6.4 Explained: Comprehensive Guide

WordPress is a well-known CMS, and if you’re a fan of WordPress then you must be excited to explore WordPress 6.4. version? Yes, obviously! You will be happy to know that this version was released on November 7, 2023, with amazing features. It aims to enrich the user experience for website development and administrators. This […]

How to Install JAVA JDK on Linux or cPanel Server?

Most of the developers use Linux as their operating system. Java is a popular programming language developed by Oracle-Sun. The Java JDK is a development environment for building applications, applets, and components using the Java programming language from Oracle Technology Network. In order to install Java JDK on your Linux or cPanel server you can […]

JDK : Installation

DOWNLOAD: http://java.sun.com/javase/downloads/index.jsp ls -la chmod 755 jdk-6u2-ea-bin-b02-linux-i586-12_apr_2007-rpm.bin ./jdk-6u2-ea-bin-b02-linux-i586-12_apr_2007-rpm.bin java -version updatedb;locate javac |grep bin alternatives –install /usr/bin/java java /usr/java/jdk1.6.0_02/bin/java 100 alternatives –install /usr/bin/jar jar /usr/java/jdk1.6.0_02/bin/jar 100 alternatives –install /usr/bin/javac javac /usr/java/jdk1.6.0_02/bin/javac 100 /usr/sbin/alternatives –config java /usr/sbin/alternatives –config java java -version Change the path as per the JDK version in alternatives command like alternatives –install /usr/bin/java […]