Specify a JAR file temporary path
When the driver ships the JAR file for an opaque type
or UDR, it places the file by default in /tmp (on UNIX™) or in C:\temp (on Windows™). You can specify an
alternative path name by calling the setJarTmpPath() method
in either the UDTManager or UDRManager class:
public void setJarTmpPath(String path) throws SQLException
You can call this method at any point before calling createUDT() or createUDR(), the UDTManager or UDRManager objects. The path parameter must be an absolute path name, and you must ensure that the path exists on the server file system.