> 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

Reply via email to