Ant: Exception in thread “main” java.lang.NoClassDefFoundError: org/apache/tools/ant/launch/Launcher
问题 I've installed ubuntu 10.10 in my system and installed ant with the following command: sudo apt-get install ant Now, ant is visible in the share folder, so I've tried to run the ant command in terminal, but it gives me this error: Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/tools/ant/launch/Launcher Caused by: java.lang.ClassNotFoundException: org.apache.tools.ant.launch.Launcher at java.net.URLClassLoader$1.run(URLClassLoader.java:202) at java.security