I am trying to get coverage for java code run through java web start (JNLP files).
I specified the emma debug parameters to the JVM using JAVAWS_VM_ARGS and verified the same in console when application starts.
But, the application does not start when I used instrumented Jars. (specified in download path in JNLP file). From console, it looks like it is able to download the instrumented jars and check for signature etc.
But then application suddenly closes with no error message.
Replacing the instrumented jars with original jars brings the application back into life.
Do I need some more configuration for emma ?
Any suggestions,
thanks in advance
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am trying to get coverage for java code run through java web start (JNLP files).
I specified the emma debug parameters to the JVM using JAVAWS_VM_ARGS and verified the same in console when application starts.
But, the application does not start when I used instrumented Jars. (specified in download path in JNLP file). From console, it looks like it is able to download the instrumented jars and check for signature etc.
But then application suddenly closes with no error message.
Replacing the instrumented jars with original jars brings the application back into life.
Do I need some more configuration for emma ?
Any suggestions,
thanks in advance