From: | "Marcus Andree S(dot) Magalhaes" <marcus(dot)magalhaes(at)vlinfo(dot)com(dot)br> |
---|---|
To: | Cristina Surroca <cris(at)dmcid(dot)net> |
Cc: | pgsql-jdbc(at)postgresql(dot)org |
Subject: | Re: : URGENT: problem installing Ant |
Date: | 2003-03-27 01:40:48 |
Message-ID: | 1048729248.3e8256a0152b9@webmail.vlinfo.com.br |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
You need to check if your ANT_HOME directory holds the jar file
associated with ANT itself.
If you're interessed in compiling JDBC code, you can download it from the net.
You can even contact me and I'll be happy to send you a somewhat recend jar file.
Quoting Cristina Surroca <cris(at)dmcid(dot)net>:
>
> 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..
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>
-------------------------------
http://www.vlinfo.com.br
From | Date | Subject | |
---|---|---|---|
Next Message | Marcus Andree S. Magalhaes | 2003-03-27 01:47:08 | Re: : URGENT: problem installing Ant |
Previous Message | Scot P. Floess | 2003-03-26 22:39:22 | Re: Help Needed with Connection Pooling for Java Swing Based |