Calling Java Class in Forms 6i [message #77888] |
Sun, 09 December 2001 17:56 |
Anand
Messages: 161 Registered: August 1999
|
Senior Member |
|
|
Hello :
Will somebody explain how to call java class
in Forms 6i?
Ple. give one example and settings required.
Thanks in advance.
----------------------------------------------------------------------
|
|
|
Re: Calling Java Class in Forms 6i [message #77927 is a reply to message #77888] |
Mon, 17 December 2001 03:19 |
RajuKVG
Messages: 13 Registered: December 2001
|
Junior Member |
|
|
To call a javaclass in forms u got to compile the java class method in the database using loadjava methode and the filename with the option -resolve this will put the compiled class in the database. for this there is some minimum requirment in the database, like shared pool size should be 50MB and java pool size should be 25 MB without which it cannot compile.
Once u compile u can use the create procedure method to embed a method in the class in to a PL/SQL procedure from there u can access like any other method. this is very easy.. if u have some problems get Oracle 8i new features orieley edition, where he gave explanation in detail as to how to use it.
----------------------------------------------------------------------
|
|
|