How to use Java stored procedure in 4.3.3 bundle version? (DBMR 1912)

~ 0 min
2016-03-08 10:33

Suppose the HOME directory is: C:\dbmaker\43bundle.

Workaround for building Java sp with 4.3.3 bundle as follows:

(1)   Copy jre folder from normal to bundle (C:\dbmaker\43bundle\jre)

(2)   Copy dmclassloader.jar to bundle\bin (C:\dbmaker\43bundle\bin)

(3)   Move bundle all jar files to bundle\bin (C:\dbmaker\43bundle\bin). Jar files are dmjdbc20xa.jar, dmjdbc20.jar, dmjdbc30.jar.

Note: If any one of these jar files exist in C:\dbmaker\43bundle folder, calling java sp will not execute any operation.

Now, user can create and use Java sp with 4.3.3 bundle.

Average rating 0 (0 Votes)

You cannot comment on this entry

Tags