Hi,
i am preparing automatic build for our
java code.for this we are using SVN server.
for this the subversion will work on jdk1.5, and my code has to run on jdk1.4.
is there any provition to shift the class path from jdk1.5 to jdk1.4? beacause we need to checkout the code and we have to prepare the jars. for that to check out the code we need jdk1.5 & to run prepare jar we need jdk1.4.
thanking you in advance.