call Java procedure from Mysql

"Anushree Jindal" <[email protected]> Wed, 4 Jun 2008 14:23:47 +0530
Newsgroups gmane.comp.db.mysql.java
Message-ID <[email protected]>
Hi,

I have a java procedure which i want to call from mysql 5.0.51b and  JDK
1.6.06.
Also downloaded the mysql Connector/J i.e 5.1.6
I have created a procedure like this

CREATE PROCEDURE PROC
LANGUAGE JAVA
EXTERNAL NAME 'com.stardeveloper.example.Jdbcexample3'
PARAMETER STYLE JAVA;

But this is showing syntax error near LANGUAGE JAVA and the rest

If any body know thw answer please revert me back with the solution

Thanks,

Anushree