I'm trying to run ant. It worked fine yesterday, but today I installed a newer version of Java and now ant throws this error:
ant --execdebug exec "/usr/lib/jvm/jdk1.7.0_15/jre/bin/java" -classpath "/usr/lib/ant-launcher.jar" -Dant.home="/usr" -Dant.library.dir="/usr/lib" org.apache.tools.ant.launch.Launcher -cp "/home/katie/workspace/clojure-1.4.0/clojure-1.4.0.jar" Error: Could not find or load main class org.apache.tools.ant.launch.Launcher the path to the ant-launcher.jar file is incorrect. How would I go about changing this path to the correct one? Thanks! K --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org