Advertisement
Guest User

Untitled

a guest
Mar 4th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. Loaded config file 'file:C:/Users/udyj/git/hermes-mq-tool.lib/rte/application-ALD-INT.properties'
  2.  
  3. Skipped (empty) config file 'file:C:/Users/udyj/git/hermes-mq-tool.lib/rte/application-ALD-INT.properties'
  4.  
  5. Name=ALD-INT
  6. Queues=
  7. QueueManager=whatever
  8. TAS_MQS_PASSWORD=pw
  9. TAS_MQS_USER=name
  10.  
  11. pb = new ProcessBuilder().inheritIO().command(java, "-noverify", "-cp", classpath,
  12. String.format("-Dspring.config.location=%s", "C:\Users\udyj\git\hermes-mq-tool.lib\rte\application-ALD-INT.properties"),
  13. clazz.getCanonicalName()
  14. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement