Oracle8i SQLJ Developer's Guide and Reference Release 8.1.5 A64684-01 |
|
This section discusses basic assumptions about your environment and requirements of your system so that you can run Oracle SQLJ.
The following assumptions are made about the system on which you will be running Oracle SQLJ.
To translate and run Oracle SQLJ applications on a Sun JDK you must use a JDK 1.1.x version. SQLJ does not support JDK 1.0.2, including applets running in browsers that use that JDK, unless special preparations have been made. (Applets are not discussed here. Refer to "Running SQLJ in Applets".)
Make sure you can run Java (typically java
) and your Java compiler (typically javac
).
If you are using an Oracle database and Oracle JDBC driver, then you should complete the steps in Chapter 2, "Getting Started", of the Oracle8i JDBC Developer's Guide and Reference. This chapter also includes introductory information about the Oracle JDBC drivers and how to decide which driver is appropriate for your situation.
Notes:
|
The following are required in order to use Oracle SQLJ:
java.sql
JDBC interfaces from Sun Microsystems
Oracle SQLJ works with any standards-compliant JDBC driver.
These class files are all available in the file:
[Oracle Home]/sqlj/lib/translator.zip
This document presumes that system configuration issues are outside the duties of most SQLJ developers. Therefore, configuration of the Oracle8i JServer (formerly referred to as the Java Option) is not covered here. For information about setting Java-related configuration parameters (such as JAVA_POOL_SIZE
), see the JServer README
file.
If you need information about configuring the multi-threaded server, dispatcher, or listener (which may be particularly relevant if you are coding Enterprise JavaBeans or CORBA objects), see the Net8 Administrator's Guide.