I have a java application which is launched with a settings file passed as a property as follows:
java -DpropertiesFile=/path/to/properties/settings.properties -jar /path/to/jar/file.jar
I would like to know how/if I can pass this properties file when running my application with COMPSs framework.
Thanks