Advanced Java and Web Technologies for JNTUK
Blog providing beginner tutorials on different web technologies like HTML, CSS, Javascript, PHP, MYSQL, XML, Java Beans, Servlets, JSP and AJAX
Subscribe to Startertutorials.com's YouTube channel for different tutorial and lecture videos.

Installing Eclipse on Ubuntu

Categories: Installation. No Comments on Installing Eclipse on Ubuntu

This article provides guide for step by step Installing Eclipse on Ubuntu   Pre-Installation Note: It is assumed that you have already installed JDK 7 or higher.   Download Eclipse from its website:     Extract Eclipse to /opt/ for global use: cd /opt/ sudo tar -zxvf ~/Downloads/eclipse-*.tar.gz You may replace “eclipse-*.tar.gz” (without quote) to […]

Read the rest of this entry »

Installing Apache Tomcat on Ubuntu

Categories: Installation. No Comments on Installing Apache Tomcat on Ubuntu

This article provides guide for step by step Installing Apache Tomcat on Ubuntu.   Pre-Installation Note: It is assumed that you have already installed JDK 7 or higher.   Decompress the file: tar xvzf apache-tomcat-8.0.20.tar.gz   Now, move the file into a proper location: mv apache-tomcat-8.0.20 /opt/tomcat   Now let’s set the environment variables in […]

Read the rest of this entry »

Installing XAMPP on Ubuntu

Categories: Installation. No Comments on Installing XAMPP on Ubuntu

This article guides you step by step on Installing XAMPP on Ubuntu. Change xampp package installer to executable: sudo chmod +x xampp-linux-5.6.3-0-installer.run   Run the installer with the following command: sudo ./xampp-linux-5.6.3-0-installer.run   The window installation wizard will appear:   Click “Next”. Another window appears:   Click “Next” again. And you will go to the next window:   […]

Read the rest of this entry »

WAMP Server Installation

Categories: Installation. No Comments on WAMP Server Installation

Download WAMP Server from this link. In this tutorial I will be installing WAMP Server 2.5 Version.   System specification: Operating System: Windows 8.1 64 bit Processor: Intel core i3 64 bit   Step – 1: Double click wampserver2.5-Apache-2.4.9-Mysql-5.6.17-php5.5.12-x64.exe file to start the installation process as shown in the below screenshot:   Step – 2: […]

Read the rest of this entry »

Apache Tomcat Server Installation

Categories: Installation. No Comments on Apache Tomcat Server Installation

Download Apache Tomcat Server from this link. In this tutorial I will be installing Apache Tomcat Server 8.0.15 Version.   System specification: Operating System: Windows 8.1 64 bit Processor: Intel core i3 64 bit Note: Before installing Apache Tomcat 8.xx, install JDK7 or later as Tomcat requires path to JRE.   Step – 1: Double […]

Read the rest of this entry »