JDBExplorer
Loading and resolving Java files
Jar, zip, class, sqlj and java source files can be added to the default schema using the Java Resource loader and resolver frame.
The frame is split into two parts, the upper part is to load files on to the database, the lower part is to resolve classes. In the top part the java resource is a file to be loaded and clicking on the button '...' will bring up a standard Java file chooser to allow identification of the file to be loaded. For all files except class files a name is required, and files except jar and zip can be resolved when loading if the resolve check box is checked. Any errors are displayed to the user via a dialog.
When a class is loaded by default it executes with the privileges of the current user that is running the code. This is the Authid User option which is selected by default on the frame. If the class being loaded is to be run with the privilege of the class definer then the Authid Definer option should be selected. For further information on this option see Oracle's Java Stored Procedures Developer's Guide.
Using the lower part of this screen an already loaded class can be resolved to ensure the all classes required to run the class in the Class Name drop down list are present in the database. Any errors will be displayed to the screen.