Can't build 8.4-701 on Fedora - Mailing list pgsql-jdbc

From Tom Lane
Subject Can't build 8.4-701 on Fedora
Date
Msg-id 28086.1250565880@sss.pgh.pa.us
Whole thread Raw
Responses Re: Can't build 8.4-701 on Fedora  (Kris Jurka <books@ejurka.com>)
List pgsql-jdbc
I get this error while trying to do $subject:

    [javac] 194. ERROR in /home/tgl/rpmwork/BUILD/postgresql-jdbc-8.4.701/org/postgresql/gss/MakeGSS.java
    [javac]  (at line 21)
    [javac]     import com.sun.security.auth.callback.TextCallbackHandler;
    [javac]            ^^^^^^^^^^^^^^^^
    [javac] The import com.sun.security cannot be resolved

(There are a boatload of warnings, too, but this is the only error.)

I'm not in the least surprised that the Java environment on Fedora
would be missing such a class, but what do I do about it?

            regards, tom lane

pgsql-jdbc by date:

Previous
From: Michael Bell
Date:
Subject: Re: JDBC broken connection against Postgres 8.4
Next
From: Kris Jurka
Date:
Subject: Re: Can't build 8.4-701 on Fedora