Display code coverage for projects compiled with JDK 1.4
Can we add support for displaying code coverage for projects that are compiled using JDK 1.4... Emma supports it so why is JDK 1.5 a requirement for displaying code coverage statistics in IntelliJ?
Please sign in to leave a comment.
Hello Omair-Inam Abdul-Matin,
You need to run the project under JRE 1.5. You can use the "Use alternative
JRE" option in the run configuration for that if you compile the project
under JDK 1.4.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Ah... That solves my problem...
Thanks,
Omair