Re: unload JVM?

2010-02-27 Thread Andi Vajda
On Sat, 27 Feb 2010, Roman Chyla wrote: I would like to unload JVM in some situations (to reload it). The usecase is this: - vmargs can be passed only once Yes, a VM can only be initialized once. - consecutive calls to initVM raise errors Only if you use parameters other than classpath,

unload JVM?

2010-02-27 Thread Roman Chyla
Hi, Apologies for asking a question that might have been answered previously, I tried searching... I would like to unload JVM in some situations (to reload it). The usecase is this: - vmargs can be passed only once - consecutive calls to initVM raise errors - in my program components interact wi