I am working on developing a java application which will be scheduled in control-m tool.
the program is configurable without modifying source code,meaning that has the ability to specify log file path, data input file for the program.
control-m or the windows shceduler may or may not have Jre or JDK installed on those machines. What I am thinking to do is to include jre related jars in my project jar(maven module) by specifying it as dependency in my pom.xml so that I don't need to worry whether java installed on those machines from which the program can run.
I am using jdk 1.6.