ASA Programming Guide
Introduction to Java in the Database
Java in the database Q & A
The database does not support all Java API classes. Some classes, for example the java.awt package containing user interface components for applications, are inappropriate inside a database server. Other classes, including parts of java.io, deal with writing information to disk, and this also is unsupported in the database server environment.