Install, Upgrade, Clone, Patch - EBS (MOSC)

MOSC Banner

java call from Forms

edited Aug 19, 2021 5:42PM in Install, Upgrade, Clone, Patch - EBS (MOSC) 1 commentAnswered
  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.
Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center