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
Post a Comment