
Originally Posted by
agent613
I can do that. As I said though, I tried to have the application close all the windows without the call to System.exit.
It worked, but I could never start Spring rich again in that JVM. it seems that the problem is that spring rich is not cleaning up after itself but rather relying on the fact that the process is going to be terminated.
what I'm trying to determine it howto fix this so that the JVM is returned to its pre-spring rich state such that calling system.exit is not necessary.