Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Webutil configuration

MPJMay 12 2020 — edited May 15 2020

Forms 10.1.2.0.2 + Windows 7

My attempts at running a working webutil setup failed so far. My current environment looks like:

- ORACLE_HOME\forms\java has frmwebutil.jar and jacob.jar which seem to be signed correctly (verified with command "jarsigner -verify *.jar" and the output is "jar verified")

- webutil.pll + webutil.olb are in the folder which is added to FORMS_PATH in default.env

- webutil.pll compiled to plx and plx is accesible through FORMS_PATH in default.env

- CLASSPATH in default.env points to the ORACLE_HOME\forms\java\frmwebutil.jar and ORACLE_HOME\forms\java\jacob.jar

- jacob.dll copied into ORACLE_HOME\forms\webutil

Now, I can place webutil into a new forms module fine (or at least I think so as I do not get any errors and it looks ok) but when trying to run this form module through Ctrl-R and press a button which uses some webutil procedure I get:

webutil.jpg

I have also tried to add "?config=webutil" at the end of Forms Builder -> Edit -> Preferences -> Runtime -> Application Server URL, but then its even worse as when running form module through Ctrl-R, the web browser starts and right away gives en error that it broke.

Comments
Post Details
Added on May 12 2020
8 comments
1,753 views