Updating classes and JAR files

 Update a class or JAR (Sybase Central)
  1. Connect to the database as a user with DBA authority.

  2. Open the External Environments folder.

  3. Under this folder, open the Java folder.

  4. Locate the subfolder containing the class or JAR file you want to update.

  5. Click the class or JAR file and then click File » Update.

  6. In the Update window, specify the location and name of the class or JAR file to be updated. You can click Browse to search for it.

Note

You can also update a Java class or JAR file by right-clicking the class or JAR file name and choosing Update.

As well, you can update a Java class or JAR file by clicking Update Now on the General tab of its Properties window.

 Update a class or JAR (SQL)
  1. Connect to a database as a user with DBA authority.

  2. Execute the following statement:

    INSTALL JAVA UPDATE
    [ JAR 'jarname' ]
    FROM FILE 'filename';

    If you are updating a JAR, you must enter the name by which the JAR is known in the database.

 See also