This is on WinXP. I tried rebooting. does the System.getProperty function read from the environment variables
// inside config.java public static String getInstanceDir() { String str = System.getProperty(instance + ".solr.home"); ...... } Any ideas? Thanks,Mike