Hi,
This is horribly off-topic so please flame me to death.
> Or you could run a single JVM with each "application" running in its own
> thread. They should not interfere with each other (much!), provided your
> applications don't expect to be able to call System.exit() and other global
> methods.
I was working on an application to run multiple Java apps in one VM in
such a way that it was transparent to the apps, and that would allow the
user to kill one app, get info about an app, and so on. I gave up after a
while because I had actual work to do. You can create your own custom
security manager that disallows System.exit() calls. By doing custom
security you can do other neat stuff too, like keep track of which thread
created a given window, and so on.
dstn.
-----------------------------------------------
-- Dustin Lang, [EMAIL PROTECTED] --
(java developer, linux guy, green-haired freak)
Why Linux is so cool: /usr/include/string.h:190:
/* Sautee STRING briskly. */
extern char *strfry __P ((char *__string));
-----------------------------------------------
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]