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.

Oracle XE Installation

Suryateja Pericherla Categories: Installation. No Comments on Oracle XE Installation

Download oracle xe from this link. Follow the below steps to install Oracle XE on Windows: Step – 1: Double click the set up file to start the installation process. You will see the following initialization screen: Once the initialization is completed, you will see the following welcome screen. Click Next button to continue. Step […]

Read the rest of this entry »

Installing Eclipse on Ubuntu

Suryateja Pericherla 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/ Subscribe to our monthly newsletter. Get notified about latest articles, offers […]

Read the rest of this entry »

Installing Apache Tomcat on Ubuntu

Suryateja Pericherla 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   Subscribe to our monthly newsletter. Get notified […]

Read the rest of this entry »

Installing XAMPP on Ubuntu

Suryateja Pericherla 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: Subscribe to our monthly newsletter. Get notified about latest articles, offers and […]

Read the rest of this entry »

WAMP Server Installation

Suryateja Pericherla 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: Subscribe to our monthly newsletter. Get notified about latest articles, offers and contests. Email address: Leave this field empty […]

Read the rest of this entry »

Apache Tomcat Server Installation

Suryateja Pericherla 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.   Subscribe to our monthly […]

Read the rest of this entry »