Re: Redhat 8 default database warning: JDBC problems (CLARIFICATION)

From: Dennis King <d_r_king(at)yahoo(dot)com>
To: Fernando Nasser <fnasser(at)redhat(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Redhat 8 default database warning: JDBC problems (CLARIFICATION)
Date: 2002-11-29 17:17:36
Message-ID: 20021129171736.86165.qmail@web40404.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Since I believe the Sun Java installation docs suggest adding
"PATH=$PATH:/usr/local/jdk1.x/bin" to /etc/profile, which will still
leave /usr/bin/java ahead of the JRE most people know about, it seems
like the Gnu package is potentially a landmine in other instances as
well. It seems like /usr/bin should be ahead of the Java
installation's executables path as a general rule.

Again, thanks very much for the help, Fernando.

--- Fernando Nasser <fnasser(at)redhat(dot)com> wrote:
> Dennis King wrote:
> > Thanks, Fernando. Can you tell me how I set the path correctly?
> >
> > I only posted this after I sent email to Red Hat support through
> > their Red Hat Network pages and didn't hear back.
>
> I am not sure where your mail went.
> Just use the rhdb(at)sources(dot)redhat(dot)com for Red Hat Database problems.
> This one I know we are subscribed to.
>
>
> > The "Using Red Hat Database with JDBC" tutorial also makes no
> mention
> > that there could be a conflict with the Sun JRE it instructs you
> to
> > install and assumes you use.
> >
>
> I guess this was written long before gcj started to install a
> /usr/bin/java (pointing to gij, I believe), which happened just now
> in
> 8.0. You are right, it needs updating. I will get that patched.
>
>
> Just make sure you have your $JAVA_HOME/bin directory ahead of
> /usr/bin
> so that the 'java' command that you get is the one from the Sun
> SDK, not
> the one installed by gcj.
>
> --
> Fernando Nasser
> Red Hat Canada Ltd. E-Mail: fnasser(at)redhat(dot)com
> 2323 Yonge Street, Suite #300
> Toronto, Ontario M4P 2C9
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to
majordomo(at)postgresql(dot)org

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Michael Ansley 2002-11-29 19:35:22 Re: JDBC for DataSource and Connection Pooling
Previous Message Dennis King 2002-11-29 17:08:57 Re: forName finds Driver but getConnection doesn't