JRE issues - Memory leak
We have a memory leak in an enterprise java application.
I need a way to reset the JVM.When i start the program, and clients connect to it, the memory keeps going up. as a quick fix we figured we could stop that program and restart it (giving us time to find the leak).
The memory starts where it left off. ? any ideas how to reset the mem usage? clear the heap?
Please helpp... thanks...

