Leonardo,
OC4J applications are hierarchical. OC4J contains a "global" application that is the parent of all applications. The "application.xml" file -- in the "j2ee/home/config" subdirectory of the OC4J installation -- is the configuration file for the global application. This file contains a "library" element. The "library" element indicates a directory that can contain JAR files used by deployed applications. Hence you can put all your JAR files in this directory.
Of-course, this is all explained (in rather more detail) in the OC4J documentation, which is available from Oracle's
OTN Web site.
Good Luck,
Avi.