From
this general tooldocs page - then select Basic Tools - then the referenc page for "java" according to your operating system to see all command line options explained.
I dont understand this comment:
I thought Java handled all of the memory deallocation
Java will not magically deallocate memory; if you keep references to an object, it will not be discarded.
Bill
[ November 05, 2006: Message edited by: William Brogden ]