Java properties are not the same as system environment variables. You provide properties through the java -D command line argument.

On 15-jan-06, at 20:45, Fred Baube wrote:

Is is present when you do
System.getProperty("derby.system.home") in Windows?

My partner ran this program:

public class JT {
public static final void main (String [] args) {
System.out.println ("DERBYDB_HOME: " + System.getProperty ("DERBYDB_HOME"));
System.out.println ("derby.system.home: " +
        System.getProperty("derby.system.home"));
} }

and he reports:

        well, it gives all nulls.

        but when I check them like 'echo %DERBYDB_HOME%' etc. or
        from the windows control panel, I get the correct values.

SO, I'm stumped.  But I guess it's not a Rife issue ...


fred

_______________________________________________
Rife-users mailing list
[email protected]
http://www.uwyn.com/mailman/listinfo/rife-users


--
Geert Bevin                       Uwyn bvba
"Use what you need"               Avenue de Scailmont 34
http://www.uwyn.com               7170 Manage, Belgium
gbevin[remove] at uwyn dot com    Tel +32 64 84 80 03

PGP Fingerprint : 4E21 6399 CD9E A384 6619  719A C8F4 D40D 309F D6A9
Public PGP key  : available at servers pgp.mit.edu, wwwkeys.pgp.net


_______________________________________________
Rife-users mailing list
[email protected]
http://www.uwyn.com/mailman/listinfo/rife-users

Reply via email to