java call from Forms
I am trying to call java from Oracle Forms in E-business suit.
To make the sample as easy as possible I add button with trigger
DECLARE
jo ora_java.jobject;
BEGIN
JO:=STRING_.NEW;
END;
I have upload by java importer class /java/lang/string and wrap it into pl/sql unit STRING_
On my laptop in Developer Suit it works fine.
I have define classpath variable in default.env and archive1 variable in appsweb.cfg file
I have add /usr/java/j2sdk1.4.2_19/jre/lib/i386/client to LD_LIBRARY_PATH in <dbname>.env
When form applet initialized I see my jar in the list of uploading classes.
To make the sample as easy as possible I add button with trigger
DECLARE
jo ora_java.jobject;
BEGIN
JO:=STRING_.NEW;
END;
I have upload by java importer class /java/lang/string and wrap it into pl/sql unit STRING_
On my laptop in Developer Suit it works fine.
I have define classpath variable in default.env and archive1 variable in appsweb.cfg file
I have add /usr/java/j2sdk1.4.2_19/jre/lib/i386/client to LD_LIBRARY_PATH in <dbname>.env
When form applet initialized I see my jar in the list of uploading classes.
Tagged:
0