On Thu, 26 Sep 2002, Steve Downey <[EMAIL PROTECTED]> wrote: > The 'right' way to do it is with System properties.
Not really. Most of the properties you list will simply not exist for some JVMs and others have formats that are not predictable for non-Sun JVMs. What I was trying to say is that you're better of to check for the feature you need via reflection or loading classes. > It really depends on what you're trying to discover. I think we agree here. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
