Allan's UH homepage
 Main > Java Page  
 
Main
School
Web Development
Links
 

The Java Page


Notes for configuring Ant or Tomcat (ICS413):

1. If the system prints an output such as "Environment space is full" and the application doesn't work, then you must add the following instruction in the config.sys file of your machine:

SHELL=C:\WINDOWS\COMMAND.COM /P /E:2048

This instruction increases the environment space of your system. Now you must re-boot the machine to make the setting effective.


Java API:

Java 2 Platform, Standard Edition, v1.2.2 API Specification
Java 2 Platform SE v1.3


JavaDoc:

How to Write Doc Comments for Javadoc
javadoc - The Java API Documentation Generator


JUnit Testing Framework:

JUnit - Java implementation of a really cool testing framework.
JUnit Primer - Good overview of JUnit.


Ant Build Tool:

Ant homepage
Automate your build process using Java and Ant


Miscellaneous:

Using JAR Files: The Basics



Last modified: 02/11/01

 

Copyright © 2000 Allan Ing