Enabling Java

To enable the server and its databases for Java, enter these commands from isql:

sp_configure "enable pci", 1
sp_configure "enable java", 1

Then, shut down and restart the server. Adaptive Server 15.0.3 and later require that you enable the PCI as a prerequisite to enabling Java.

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.