Hi Jay,
JaCoCo supports Java class files from version 1.0 to 1.7. However the
minimum JRE version required by the JaCoCo runtime (e.g. the agent) and
the JaCoCo tools is 1.5.
So in your case:
- Yes, you can use class files complied for version 1.3
- No, you can't collect code coverage on a 1.3 JRE
Best regards,
-marc
On 12.03.14 18:42, [email protected] wrote:
Hi,
We recently started using jacoco on the fly instrumentation for our
java swing application compiled with IBM JDK 1.6 and runs in IBM JRE
1.6. (runs in linux)
we successfully get coverage report .
But we also have some legacy AWT based standalone application compiled
for sun JDK 1.3 / 1.1.8 and runs on the JRE 1.3 / 1.1.8 .
(both these old Runtime environments that do not support Java agents).
i read the document but cant find any example of how to setup / run
the jacocoagent.jar for these lower java versions.
can some one please guide me how to use run/get the coverage for these
legacy sun Java run-time based application ?
Thanks in advance for the help .
Regards,
Jay
--
You received this message because you are subscribed to the Google
Groups "JaCoCo and EclEmma Users" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to [email protected]
<mailto:[email protected]>.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "JaCoCo
and EclEmma Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.