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?

0
2 comments

Hello Omair-Inam Abdul-Matin,

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?


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!"


0

Ah... That solves my problem...

Thanks,

Omair

0

Please sign in to leave a comment.