Realized a similar question was posted earlier but had no answers. Uuse both a manifest.mf and also pass jars using cp?
What is the best way to define classpath in java batch environment? Can both Manifest.MF and cp argument via Command line be used or Do one override the other or Do one takes precedence over the other?
If I am using JavaEE-API jar instead of the actual JMS* and XML* jars which are available on the server. Do I need to include each individual jar in the build.gradle as "runtime" ? for traceability on the actual dependencies? What would be the best practice?
Taking Continuous integration into account, should the server side dependency jars be packaged along with the application jar, so that its a standalone app ?!
Thank you,