gcj

From: "Jayesh K(dot) Parayali" <jparayali(at)TOTALFLOOD(dot)com>
To: <pgsql-jdbc(at)postgresql(dot)org>
Subject: gcj
Date: 2001-10-23 18:26:40
Message-ID: 8ACB76BF6B98C94FB6959B660C051BA507D53B@PACIFIC.TOTALFLOOD.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

I compiled postgres jdbc jar into jdbc.so using gcj and moved it into
usr/local/gcc/lib which is in my LD_LIBRARY_PATH
Then I created an application which uses jdbc and compiled it to native
code using gcj
now when I run the application, it's not able to find(load) the jdbc
driver.

Note that the application works fine
1.) If I add the jdbc jar file to my CLASSPATH
2.) Or compile the application with jdbc.so

Anyone knows what's going on here?

My apologies if this is not the appropriate place for this question.

Thanks,
Jayesh

Browse pgsql-jdbc by date

  From Date Subject
Next Message Ned Wolpert 2001-10-23 18:31:13 Re: FW: Re: [PATCHES] Ant configuration
Previous Message Barry Lind 2001-10-23 16:56:00 Re: FW: Re: [PATCHES] Ant configuration