Hello,
I'm new to Python (Jython) and would like to know how I can run a Python (Jython) script which uses a variable which is sourced from an external properties file.
A very simple eg could be as per below.....
Contents of external properties file:
var1 = server1
Contents of Python(Jython) script:
print var1
Output:
server1
Thanks in advance
Winston
I'm new to Python (Jython) and would like to know how I can run a Python (Jython) script which uses a variable which is sourced from an external properties file.
A very simple eg could be as per below.....
Contents of external properties file:
var1 = server1
Contents of Python(Jython) script:
print var1
Output:
server1
Thanks in advance
Winston