java - How can I specify the jpos.xml path for JavaPos -


i want load jops.xml includes javapos decives custom location. how can it?

you can set jpospropertiesconst.jpos_populator_file_prop_name property.

example how set env-var:

system.setproperty(jpospropertiesconst.jpos_populator_file_prop_name, system.getenv("jposxml_path")); 

Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

php - Find a regex to take part of Email -