[PATCH] Java console for IcedTea Plugin

Lillian Angel langel at redhat.com
Wed Feb 25 10:50:11 PST 2009


Omair Majid wrote:
> 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 


Great work!!

Lillian



More information about the distro-pkg-dev mailing list