[PATCH] Java console for IcedTea Plugin

Omair Majid omajid at redhat.com
Wed Feb 25 10:46:14 PST 2009


Hi,

The attached patch adds an initial implementation of a Java console to 
IcedTea plugin. This patch moves the location of applet output files 
from /tmp/java.std{out,err} to ~/.icedteaplugin/java.std{out,err}. There 
is no other user-visible change yet as the console cant be opened.

All stdout/stderr from the jvm is also written to two files: 
~/.icedteaplugin/java.std{out,err}. The console opens these files and 
allows the user to see stdout/stderr as well as do a few simple operations:
  - perform gc
  - perform finalization
  - display memory usage
  - list classloaders
  - list all system properties
  - dump all threads
  - destroy the vm

Cheers,
Omair
-------------- next part --------------
A non-text attachment was scrubbed...
Name: java-console.patch
Type: text/x-patch
Size: 16930 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20090225/bdab5eb8/java-console.patch 


More information about the distro-pkg-dev mailing list