I\'m trying to setup git-tf bridge on my windows work station. When I try to execute one of the commands it always shows message:
Unable to find a required JAR: C:\\my\\
For me the case is actually that the jar file is not available.
Check first if a chocolatey installation would bring that jar in the installed path, as in this issue.
choco install git-tf
# or
choco upgrade git-tf -version 2.0.3.20131219
You should see:
Contents of Git-TF\lib:
com.microsoft.gittf.client.clc-2.0.3.20131219.jar
com.microsoft.gittf.core-2.0.3.20131219.jar
com.microsoft.tfs.sdk-12.0.0.jar
org.eclipse.jgit-3.1.0.201310021548-r.jar
The official archive git-tf-2.0.3.20131219.zip has the expected jars.