From: Waclawczyk J. <Jan...@ic...> - 2001-05-22 09:02:33
|
Hello, with the option -D I can set only jython system property, but I would like to set system property for my java sw, which is called from jython script. Currently I'm using following workaround: 1. I changed the jython starting script /pool/java/SunOS/jdk1.1.8/bin/jre ... $JAVA_PROPERTIES ... org.python.util.jython "$@" 2. before running jython I set the env variable above tcsh>setenv JAVA_PROPERTIES "-Djan=hello" tcsh>jython Are there more convincing ways? Regards, Janusz Waclawczyk |