Is openjdk supported?

View: New views
4 Messages — Rating Filter:   Alert me  

Is openjdk supported?

by Devrim GÜNDÜZ :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I am trying to build pljava under Fedora 9, but getting some errors,
like:

The type SyntheticResultSet must implement the inherited abstract method
ResultSet.updateNClob(int, Reader)
----------
        public class SyntheticResultSet extends ResultSetBase
                     ^^^^^^^^^^^^^^^^^^

or

The type SyntheticResultSet must implement the inherited abstract method
ResultSet.updateNClob(String, NClob)

etc.

Is openjdk supported? How can I fix this?

Regards,
--
Devrim GÜNDÜZ, RHCE
devrim~gunduz.org, devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
                   http://www.gunduz.org


_______________________________________________
Pljava-dev mailing list
Pljava-dev@...
http://pgfoundry.org/mailman/listinfo/pljava-dev

signature.asc (204 bytes) Download Attachment

Re: Is openjdk supported?

by Devrim GÜNDÜZ :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Sun, 2008-09-07 at 13:54 +0300, Devrim GÜNDÜZ wrote:
>
> I am trying to build pljava under Fedora 9, but getting some errors,

BTW, even though I am getting some warnings, I can build it using
USE_GCJ=1.


Regards,
--
Devrim GÜNDÜZ, RHCE
devrim~gunduz.org, devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
                   http://www.gunduz.org


_______________________________________________
Pljava-dev mailing list
Pljava-dev@...
http://pgfoundry.org/mailman/listinfo/pljava-dev

signature.asc (204 bytes) Download Attachment

Re: Is openjdk supported?

by Kris Jurka-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



On Sep 7, 2008, at 3:54 AM, Devrim GÜNDÜZ <devrim@...> wrote:

> Hi,
>
> I am trying to build pljava under Fedora 9, but getting some errors,
> like:
>
> The type SyntheticResultSet must implement the inherited abstract  
> method
> ResultSet.updateNClob(int, Reader)

Currently pljava only builds under a 1.4 or 1.5 JDK.  1.6 and up are  
not supported.

Kris Jurka
_______________________________________________
Pljava-dev mailing list
Pljava-dev@...
http://pgfoundry.org/mailman/listinfo/pljava-dev

Re: Is openjdk supported?

by Devrim GÜNDÜZ :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Sun, 2008-09-07 at 09:33 -0700, Kris Jurka wrote:
>
> Currently pljava only builds under a 1.4 or 1.5 JDK.  1.6 and up are  
> not supported.

Thanks Kris.

Cheers,
--
Devrim GÜNDÜZ, RHCE
devrim~gunduz.org, devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
                   http://www.gunduz.org


_______________________________________________
Pljava-dev mailing list
Pljava-dev@...
http://pgfoundry.org/mailman/listinfo/pljava-dev

signature.asc (204 bytes) Download Attachment