Oracle8i Java Developer's Guide Release 3 (8.1.7) Part Number A83728-01 |
|
In the Sun Microsystems Java development environment, Java source code, binaries, and resources are stored as files in a file system.
.java
files.
.class
files.
.properties
or .ser
files held within the file system hierarchy, which are loaded or used at runtime.
In addition, when you execute Java, you specify a CLASSPATH
, which is a set of a file system tree roots containing your files. Java also provides a way to group these files into a single archive form--a ZIP or JAR file.
Both of these concepts are different within the database. The following describes how JServer handles Java classes and locates dependent classes:
The terms call and session, used during our discussions, are not Java terms; but are server terms that apply to the Oracle8i JServer platform. The Aurora memory manager preserves Java program state throughout your session (that is, between calls). The JServer uses the Oracle database to hold Java source, classes, and resources within a schema--Java schema objects. You can use a resolver to specify how Java, when executed in the server, locates source code, classes, and resources.
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|