Calling a java program from a stored procedure / function

Is there any way i can call a java program from a stored procedure or a function, if so where should i store the java class file.Help any will be appreciated
[171 byte] By [Funnya] at [2007-10-2 17:50:55]
# 1

A very few databases support Java as a stored procedure language, so you can write your SP in Java and install it in the DB. You'll need to read your database's documentation to see if your database supports that.

However, in general no; there's no standard way for a stored procedure to make any time of external call like that.

StuDerbya at 2007-7-13 19:09:13 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...