Hi To ALL,
I wanted to view a file from vss through java code.
By using the folowing code,i could able to get vss file in to local folder.
Runtime.getRuntime().exec
("cmd /c ss Get $/Mywork/Myfile.java -GLC:/New");
But i wanted to view file from vss using java code.
any one please help me..