Home   Family   Softwares   Resume   Activities  

PAGE IS UNDER CONSTRUCTION. PLEASE BEAR WITH US
THANK YOU.
1. Download Java 2 Runtime Environment Standard Edition V 1.3. Available as free version from Sun at http://java.sun.com/products/download.html.
2. Install the product by clicking on the .exe
3. Set Environment Variables as follows:
Enter Variable: Path
Enter Variable: Install Directory/bin
Enter Variable: classpath
Enter Variable: Install Directory/lib;.
Explanation of classpath:
In the lib directory all the java product specific classes are available.
In the current directory directory the java class which is to be run on command prompt.
Procedure for JavaServer Web Development Kit (Not Complete)
1. Download software that implements the Java Servlet 2.1 or 2.2 and Java Server Pages 1.0 or 1.1 specifications. Available as free version from Sun, known as the JavaServer Web Development Kit (JSWDK), at http://java.sun.com/products/servlet/download.html.
2. Tell javac where to find the servlet and JSP classes when you compile a servlet file. Put servlet.jar and jsp.jar (which come with the JSWDK) on your CLASSPATH (it is the variable that specifies where Java looks for classes).
 
Hosted by www.Geocities.ws

1