On 5/23/06, maustin75 <[EMAIL PROTECTED]> wrote:
does the System.getProperty function read from the environment variables

Unfortunately not... Java doesn't have a way to read environment
variables AFAIK (omitted in the name of portability).
The easiest way to set a system property is on the command line when
starting the JVM.

Example:
java -Dsolr.solr.home=/myhome/solr -jar start.jar

-Yonik

Reply via email to