Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 » SQL Anywhere Server - Programming » Java in the database » How to install Java classes into a database

 

Installing a class file

Make your Java class available within the database by installing the class into the database.

Prerequisites

To install a class, you must have the MANAGE ANY EXTERNAL OBJECT system privilege.

You must know the path and file name of the class file you want to install.

 Task
  1. Use the Sybase Central SQL Anywhere 16 plug-in to connect to the database.

  2. Open the External Environments folder.

  3. Under this folder, open the Java folder.

  4. Right-click the right pane and click New » Java Class.

  5. Follow the instructions in the wizard.

Results

The class is installed into the database and is ready for use.

 See also