Posts Tagged Jdk

1

Set Up Apache Tomcat On Windows

 

1- Download latest Apache Tomcat from here. You can download a zip or a tar for Linux or an installer package.

2- Unzip/ install tomcat at a proper place; say in C:/tomcat directory

 

Set up environment variables

1- To make tomcat run JAVA_HOME environment must be set. If you already have not done this then refer to other tutorial Install And Configure JDK On Windows and set the java variables

Read More

0

Install And Configure JDK On Windows

 

First download JDK from here. I am using JDK 6 for this tutorial

1- Run the JDK setup and install Java on your machine

2- On windows right click My Computer and click Properties

Read More