newbieOnPL/SQL
Member
Hello,
I'm writing java stored procedure on PL/SQL developer. In this stored procedure I have to call a java class which is in jar file. I cannot call the class itself, because this class also use some jar files form Apache. So I export my java project as a jar file (class, included jar file etc.).
In my java stored procedure I have to call the class in that jar file.
Can anyone explain me how can I import java jar file into PL/SQl developer ?
Thank you.
I'm writing java stored procedure on PL/SQL developer. In this stored procedure I have to call a java class which is in jar file. I cannot call the class itself, because this class also use some jar files form Apache. So I export my java project as a jar file (class, included jar file etc.).
In my java stored procedure I have to call the class in that jar file.
Can anyone explain me how can I import java jar file into PL/SQl developer ?
Thank you.