Working with Cucumber FrameWork, Need to know Which Java Version required for Junit 4.1 version
Asked
Active
Viewed 504 times
-3
-
Have you tried google? – Andrew Li Jul 07 '16 at 06:08
1 Answers
0
JUnit 4.x need at least Java 1.5 (one of the reasons is that JUnit 4 uses Annotations, which were introduced in Java 1.5)

sgift
- 137
- 1
- 2