Skip to content

Instantly share code, notes, and snippets.

@bulain
Created August 11, 2011 14:40
Show Gist options
  • Save bulain/1139828 to your computer and use it in GitHub Desktop.
Save bulain/1139828 to your computer and use it in GitHub Desktop.
separate jvm in applet
<applet archive="applet.jar" code="demo.applet" width="0" height="0">
<param name="separate_jvm" value="true">
</applet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment