Enabling the server for Java

To enable the server and its databases for Java, enter this command from isql:

sp_configure “enable java”, 1

Then shut down and restart the server.

By default, Adaptive Server is not enabled for Java. You cannot install Java classes or perform any Java operations until the server is enabled for Java.

You can increase or decrease the amount of memory available for Java in Adaptive Server and optimize performance using sp_configure. Java configuration parameters are described in the System Administration Guide.