Here is the more detail information of my issue:
thanks for the information,
Here is a sample :
i have a test.jar, i have script (test.sh) that calls the java class
I specified -javaagent opts while calling the java class,
I test this java class by passing differnt parameters, somehting like
./test.sh /user/wld
i do not see jacoco.exec file getting created
Another complication is , the class are executed in hadoop environment, that means,
in test.sh , the command to invoke the java class
hadoop com.test.main {specifed the -javagent opts} -classpath {has list of jar files & my test.jar} $1
can you help me here?
thanks
Rama