Calling Java class from Form10G PLSQL [message #273703] |
Thu, 11 October 2007 07:40 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
silva03
Messages: 3 Registered: September 2007
|
Junior Member |
|
|
Hi
All
I got a main methodo em my java class, like this:
public static void main(String[] args)
I imported the class to form, and run the java class this way:
ExemploForm.main_2122('My Text');
but i'm getting the following mistakes:
wrong number or types od arguments in call to "MAIN_2122"
I don't know how to create a array in Form 10G to call this Java Methodo.
Is there any example to set the Form 10G array and run my the Java Methodo?
Thanks
|
|
|
|