This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Swing / AWT / SWT and the fly likes applet spawn new jvm Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "applet spawn new jvm" Watch "applet spawn new jvm" New topic
Author

applet spawn new jvm

Mark Lybarger
Ranch Hand

Joined: Dec 19, 2003
Posts: 72
i have an applet application that runs from signed jar files on the local machine. I have a need for the applet to spawn a new jvm instance, one that will survive the original applet instance execution. help? thoughts?
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32830
    
    4
What a strange requirement. That looks like s security problem to the end‑user.
I think you might spawn a new process with Runtime.execute(), but remember all the usual warnings about that.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: applet spawn new jvm
 
Similar Threads
How limit instances of an applet in a JVM
Handling Portlet requests
Static members and testability
How to spawn a new JVM
Ant + HSQLDB - Seperate Process