first u need the bin directory in ur PATH to be able to launch the ANT_HOME/bin/ant sh script. then add some echo or 'set -ux' to check why ur classpath is not good. seb.
Cristina Surroca wrote: > Hi! > I'm doing a project with Postgresql and I need to use JDBC. > I've got a problem installing ant (I use SUSE). When I try to execute ant is > trhown this exeption: > > Exception in thread "main" java.lang.NoClassDefFoundError: > org/apache/tools/ant/Main > > my PATH: > > echo $PATH > >/sbin:/usr/sbin:/usr/local/sbin:/root/bin:/usr/local/bin:/usr/X11R6/bin:/bin > :/usr/games/bin:/usr/games:/opt/gnome/bin:/usr/local/soft/jdk1.3.1_07/:/usr/ > local/src/apache-ant-1.5.2 > > and I've done also: > > JAVA_HOME=/usr/local/soft/jdk1.3.1_07 > export JAVA_HOME > > > > ANT_HOME=/usr/local/src/apache-ant-1.5.2 > export ANT_HOME > > > Does anyone know what I'm doing wrong? > > Thanks > > Cris..