I have a program \'foo\' running different threads, fooT1, fooT2, .. fooTn.
Now if I want write another program \'bar\', which could kill the thread fooTr, is that p
Until now isn´t possible to run to diferent programs in the same JVM, but some people is investigating it, in order to reduce the startup time and the memory and cpu usage of diferent java programs runing in the same machine