My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
Troubleshooting  
MakeDirDiff requires JDK/JRE and Apache Ant properly installed
troubleshooting, java, make, dir, diff, apache, ant, path, variable, version, system, jdk, jre
Updated Feb 17, 2010 by igor.kan...@gmail.com

Troubleshooting

Русский: Устранение неполадок

  1. Check whether you have java installed.
  2. - run 'java-version' in your system command line interface. You have to see an output with a version of your Java VM. Note that MakeDirDiff requires java 1.6 and higher.
  3. You have java on your system installed, but 'java -version' still doesn't show you an error message.
  4. - you need to add your jdk1.6.0"version"\bin directory to the PATH variable. Look at the "How to add or change the PATH system variable" instruction to do so.
  5. Check whether you have Apache Ant installed.
  6. - run 'ant-version' in your system command line interface. You have to see an output with version of an Ant tool installed on your system. Note that MakeDirDiff requires Apache Ant 1.6 and higher.
  7. You have Apache Ant on your system installed, but 'ant -version' still shows you an error message.
  8. - you need to add your apache-ant-1.x."version"\bin directory to the PATH variable. Look at the "How to add or change the PATH system variable" instruction to do so.

Sign in to add a comment
Powered by Google Project Hosting