SAS 9.1.3 Integration Technologies » Developer's Guide


Developing Java Clients
Installation and JRE Requirements
Security
Using the IOM Server
Using the Java Connection Factory
Connecting with Directly Supplied Server Attributes
Connecting with Server Attributes Read from a SAS Metadata Server
Connecting with Server Attributes Read from an LDAP Server
Connecting with Server Attributes Read from the Information Service
Language Service Example
Logging Java Connection Factory Activities
Using Failover
Using Load Balancing
Using Connection Pooling
Pooling with Directly Supplied Server Attributes
Pooling with Server Attributes Read from a Metadata Server
Pooling with Server Attributes Read from the Information Service
Returning Connections to the Java Connection Factory
Using Java CORBA Stubs for IOM Objects
Getting a JDBC Connection Object
Using the Java Workspace Factory
Using SAS Foundation Services
IOM and CORBA Class Documentation
Java Clients

Java Client Installation and JRE Requirements

This information applies to Release 9.1 of the Java client software for SAS Integration Technologies.

Client Installation

To install the Java client software, you must install SAS Foundation Services from the software distribution CD.

JRE Requirements

The current release of the Java client software requires Java 2 Runtime Environment, Standard Edition, Version 1.4.1.

The Java Runtime Environments can be obtained from the Third-Party Software Components CD included in your SAS Installation Kit.

To compile and run the code examples included in the Java client development documentation, you must include java archives in your classpath as specified in the following table:

Samples Java Archives Needed
all samples sas.core.jar
sas.svc.connection.jar
SAS Metadata Server Samples sas.oma.joma.jar
sas.oma.joma.rmt.jar
sas.oma.omi.jar
sas.oma.util.jar
sas.svc.connection.platform.jar

To run the IDL-to-Java compiler or run the binder utility, you must include sas.iom.tools.jar in your classpath.

See the documentation for your Java Runtime Environment for help on setting your classpath.