Home | Previous Page | Next Page   Configuration Parameters >

JVPJAVAVM

onconfig.std
value
platform-specific value
separators
colon (UNIX) and semicolon (Windows)
takes effect
When shared memory is initialized

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.

UNIX Only

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
End of UNIX Only

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
Windows 2000 Only

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
End of Windows 2000 Only

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 ]