![]()
![]() ![]() ![]() ![]() ![]() ![]() ![]() Documentation Top ![]() Global Index ![]() Reference Manual ![]() ![]() ![]() Developer's Guide ![]() ![]() Tuning Cloudscape ![]() ![]() |
cloudscape.database.classpathFunctionEnables class loading from the database. For a complete discussion of database class loading, see Loading Classes from a Database of the Cloudscape Developers Guide. Takes a list of fully qualified jar names that indicates which jar files the Cloudscape class loader should search for classes and other resources, and in which order. The search order is from left to right, so this property behaves like the standard class path. The class loader looks first in the users class path, then in the jar files specified with this property. To ensure class loading from the database, remove classes from the users class path. You can set this property for the following kinds of storage:
NOTE: Do not mix two-part and three-part names. Such property values are invalid. To specify multiple jar files, use a colon (:) as a separator. Syntax
ExampleTo set the search path for the current database to be from APP.photo and APP."AccountinG":
To set the search path for Java classes to be from database photodb, schema APP, and jar file photo followed by database general, schema APP, and jar file jgl: -- system-wide property
Scopesystem-wide (see notes above) database-wide (see notes above) (publishable) Dynamic or StaticFor database storage, the first time this property is set, it is static; rebooting the database is required. If this property is set as a database property (and the value is valid), thereafter, the next time the property is set as a database-level property, no rebooting is required; the change is dynamic (see Dynamic Changes to Jar Files or Database Jar Class Path of the Cloudscape Developers Guide). All other changes are static and require rebooting. For information about dynamic changes to properties, see Dynamic or Static Changes to Properties. | ||
![]() ![]() ![]() ![]() ![]() ![]() | ![]() ![]() Cloudscape Version 3.0 ![]() For technical support, go to: www.cloudscape.com and click Support. Copyright © 1998 and 1999 Cloudscape, Inc. All rights reserved. |