Re: URGENT: problem installing Ant

2003-03-27 Thread Conor MacNeill
On Thu, 27 Mar 2003 08:39 am, 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/ap

Re: URGENT: problem installing Ant

2003-03-27 Thread Sebastien Blanc
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 an