It tried every angle, including tempfile. Problem is that that the initial JVM 
creates the file, so it can consider it a temp file, for the spawned JVM it is 
an existing file.

Tom


On 15-5-2015 12:28, Werner Lehmann wrote:
Hi Tom,

could you do this with File.deleteOnExit? Question is, can it delete jars on 
its own classpath...

Werner

On 14.05.2015 08:22, Tom Eugelink wrote:
Unfortunately you cannot have the spawned JVM cleanup after itself, otherwise I 
could stop the initial JVM after it spawned the other.

Reply via email to