Re: UnsupportedClassVersionError
Posted By:
Anonymous
Posted On:
Wednesday, October 25, 2006 05:51 AM
jdk1.4 does not support junit4.1, jdk1.5 will support it.
Install jdk1.5 and set path, classpath and java_home also in enronment variables and run.
Re: UnsupportedClassVersionError
Posted By:
WarnerJan_Veldhuis
Posted On:
Thursday, August 10, 2006 04:35 PM
You are tesing classes and/or running JUnit on different JDK.JRE versions. Java 5 = 49.0. Java 1.4 = 48.0. See your path environment variable which JDK/JRE is used first