I followed the build instructions on pljava github page, fixed all the required environment variables and attempted to build it. I got this error.
$ make
make[1]: Entering directory /host/clara/devel/pljava/build/classes/pljava
make[1]: /host/clara/devel/pljava/src/java/pljava/Makefile: No such file or directory
make[1]: *** No rule to make target '/host/clara/devel/pljava/src/java/pljava/Makefile'. Stop.
make[1]: Leaving directory '/host/clara/devel/pljava/build/classes/pljava'
make: *** [pljava_all] Error 2
This is a previously reported error on this project's wiki. The make file is broke and I couldn't find a solution anywhere. Has anyone else attempted to build this on opensuse for pg 9.4.1
? Is there a way to circumvent this?
I am also new to postgres and it is not that I will be using pljava to write DB functions in java. I had sql jobs on my old mssql server which call some jars. Is pljava
mandatory for this on pg?