Stefan Bodewig wrote:
On Tue, 20 Apr 2004, Steve Loughran <[EMAIL PROTECTED]> wrote:
Do you think a value of "" will get through?
Even if it does (I think it does), we'll get an equals sign on the
command line.
I think Environment.Variable demands one of the value fields to be set
or even explic
On Tue, 20 Apr 2004, Steve Loughran <[EMAIL PROTECTED]> wrote:
> Do you think a value of "" will get through?
Even if it does (I think it does), we'll get an equals sign on the
command line.
or even explicit support for it (?) would
be better IMHO.
Stefan
-
--- Steve Loughran <[EMAIL PROTECTED]> wrote:
> I'm adding security to a JVM
>
> 1. to enable the security manager on a JVM , you go
> [SNIP] But what about (1)? Do
> you think a value
> of "" will get through?
>
Judging from the code, I would think it would... if
not a temporary workaround shou
I'm adding security to a JVM
1. to enable the security manager on a JVM , you go
java -Djava.security.manager
2. to name the policy file you go
-Djava.security.policy==policy-file
with two equals
I assume we can do (2) with a sysproperty of
,
though it is kind of brittle. But what about (1)? Do yo