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.