Re: problem with the installation

2012-06-17 Thread glenn opdycke-hansen
please try with different ANT_HOME and PATH: export ANT_HOME=/usr/ant/apache-ant-1.8.4 export PATH=${PATH}:${ANT_HOME}/bin I would also run ant -diagnostics --glenn On Sun, Jun 17, 2012 at 8:30 PM, Jorge Escudero wrote: > When I type "ant": > > root@debian6:~# ant > Exception in thread "main

problem with the installation

2012-06-17 Thread Jorge Escudero
When I type "ant": root@debian6:~# ant 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