Adding paths for the new class to the sametime.ini file

Add the path for your new custom Java™ class to the sametime.ini file so that the IBM® Sametime® Community Server can locate the new class.

About this task

Edit the sametime.ini file on the Sametime Community Server and add the paths for the new custom class.

Procedure

  1. Use a text editor to open the sametime.ini file, which is stored in the Domino® installation directory.

    In Microsoft™ Windows™, the default location for this file is: C:\Program Files\IBM\Domino

  2. Add or modify the following statements to the [Config] section of the file:

    Make sure your file contains all three statements when you finish:

    ST_JAVA_CLASS_PATH= verify that the custom_class_directory
    folder is part of this path
    ST_JAVA_JVM_PATH=java_jvm_install_path
    ST_JAVA_CUSTOM_PATH=custom_class_directory

    where:custom_class_directory indicates the path to the new custom Java class.

  3. Save and close the file.