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:

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.