i 'm having problem when i try to install pl/java on WindowsXP .So i want to add pljava to my database compiere ( postgresql ) in order to succes to install Kompiere252d in my windows.
Please , can you help me by giving me different instruction to installing pljava on windows ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i 'm having problem when i try to install pl/java on WindowsXP .So i want to add pljava to my database compiere ( postgresql ) in order to succes to install Kompiere252d in my windows.
Please , can you help me by giving me different instruction to installing pljava on windows ?
Hello
1) Open this file E:\Program Files\PostgreSQL\8.2\data\postgresql.conf
and edit it
dynamic_library_path ='$libdir;E:\\pljava'
custom_variable_classes = 'pljava'
pljava.classpath='E:\\pljava\\pljava.jar'
pljava.release_lingering_savepoints = true
pljava.vmoptions = '-Xmx64M -Dbackchannel.port=48'
pljava.debug = false
Remember you should install pljava in postgresql installation
Kindly Regards