The JVPJAVAVM configuration parameter lists the JVM libraries that the database server should load. The names in this list exclude the lib prefix and .so or .dll suffix. Entries in the list are separated by colons.
This parameter is required if the number of JVPs (set in VPCLASS JVP) is greater than 0.
For example, for UNIX Solaris, use the following value for JVPJAVAVM if you are using a debug version of the JDBC driver:
hpi_g:server_g:verify_g:java_g:net_g:jpeg_g
If you use a nondebug JDBC driver, you can use the nondebug JDK libraries for better performance. Set JVPJAVAVM to the following:
hpi:server:verify:javag:net:jpeg
For Windows, use a semicolon to separate values. Use the following value for VPJAVAVM if you are using a debug version of the JDBC driver:
hpi_g;server_g;verify_g;java_g;net_g;jpeg_g
If you use a nondebug JDBC driver, you can use the nondebug JDK libraries for better performance. Set JVPJAVAVM to the following:
hpi;server;verify;javag;net;jpeg
The value of JVPJAVAVM is platform dependent. To find the proper value for JVPJAVAVM, refer to the machine and release notes.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]