I am using https://tada.github.io/pljava/install/install.html link to create pljava extension in postgresql. Build is ok and there is no unsuccessful operation. However when i tried to create extension using the statement below:
create extension pljava;
It is giving me the error:
ERROR: java.text.ParseException: Excpected keyword 'SQLActions'
Internet gave me no result about this error. Any help is appreciated to solve this problem.
That is definitely unexpected. To begin to look for the cause, could you please run
and then also post the contents of
where
$SHAREDIRis as reported by thepg_configcommand?Have you ever had an earlier PL/Java version in use with this database?
Does
postgresql.confcontain any settings ofpljava.*or ofdynamic_library_path?Also, what's your operating system and version?
If you have a github account, you could open this as a PL/Java issue there.