Properties Dump
  Home FAQ Contact Sign in
comp.lang.java.gui only
 
Advanced search
POPULAR GROUPS

more...

comp.lang.java.gui Profile…
 Up
Properties Dump         


Author: Andrew Thompson
Date: Jul 11, 2008 18:04

I am writing an app. that dumps the most common JRE/system
properties for inspection.

So far it includes..
- System.getProperties()
- System.getenv() // environment
- Toolkit.getDefaultToolkit().getDesktopProperty("win.propNames")
- Basic information on the GraphicsEnvironment and GraphicsDevices
- Locales
- Fonts

I have not yet looked closely at the information available from..
- InetAddress
- CookieManager
- KeyManagerFactory
- LogManager
..but am thinking the last managers are for managing things
created by the application (CookieManager), or specific to
the application invocation environment (LogManager).

Are there any 'must have' properties that I missed?
Show full article (0.72Kb)
2 Comments
Re: Properties Dump         


Author: Andrew Thompson
Date: Jul 11, 2008 18:07

On Jul 12, 11:04 am, Andrew Thompson gmail.com> wrote:
> I am writing an app. that dumps the most common JRE/system
> properties for inspection.
>
> So far it includes..
> - System.getProperties()
> - System.getenv() // environment
> - Toolkit.getDefaultToolkit().getDesktopProperty("win.propNames")
> - Basic information on the GraphicsEnvironment and GraphicsDevices
> - Locales
> - Fonts
>
> I have not yet looked closely at the information available from..
> - InetAddress
> - CookieManager
> - KeyManagerFactory
> - LogManager
> ..but am thinking the last managers are for managing things
> created by the application (CookieManager), or specific to
> the application invocation environment (LogManager). ...
Show full article (1.00Kb)
no comments
Re: Properties Dump         


Author: Roedy Green
Date: Jul 21, 2008 13:44

On Fri, 11 Jul 2008 18:04:51 -0700 (PDT), Andrew Thompson
gmail.com> wrote, quoted or indirectly quoted someone
who said :
>So far it includes..
>- System.getProperties()
>- System.getenv() // environment
>- Toolkit.getDefaultToolkit().getDesktopProperty("win.propNames")
>- Basic information on the GraphicsEnvironment and GraphicsDevices
>- Locales
>- Fonts

you might consider dumping .keystore and .cacerts

I hope you make just how much junk you get configurable.
--

Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
no comments

RELATED THREADS
SubjectArticles qty Group
Changing property editor in property grid during runtimemicrosoft.public.dotnet.framework.windowsforms.controls ·