Transports and Interfaces: Siebel eBusiness Application Integration Volume III > Integrating with Java >

About Running the Java Data Bean


Two Siebel .jar files are needed to compile and run a Java application that uses the Java Data Bean:

  • Siebel.jar
  • SiebelJI_lang.jar (lang = the installed language pack; for example, SiebelJI_enu.jar for English or SiebelJI_jpn.jar for Japanese.)

These jar files are provided with the standard Siebel installation under the directory INSTALLED_DIR\classes.

Documentation of individual classes is provided in the form of javadoc (Siebel_JavaDoc.jar), which is installed when installation option Siebel Java Integrator (a component of the Siebel Tools or the Siebel Server installer) is chosen. This .jar file contains the up-to-date javadoc for the Siebel Java Data Bean, Siebel Resource Adapter, and dependent classes.

Transports and Interfaces: Siebel eBusiness Application Integration Volume III