Hi. I'm get the warning message:
Java has discovered application components that could indicate a security concern.
Name: Oracle.forms.engine.Main
Block Potentially unsafe components from being run (recommended)? [YES] [NO]
Application contains both signed and unsigned code.
So I used 'sign_webutil.sh' to sign all the .jar files in my ../forms/java directory. Each signing looked similar to this:
jarps/oracle/product/oracleforms/forms/webutil$ ./sign_webutil.sh ../java/icons.
Generating a self signing certificate for key=webutil2...
Warning: webutil2 already present in /data/admin/oracle/.keystore
Backing up ../java/icons.jar as ../java/icons.jar.old...
Signing ../java/icons.jar using key=webutil2...
...successfully done.
/apps/oracle/product/oracleforms/forms/webutil$
However, even after signing all these .jar files I still get this security prompt about signed and unsigned content. Can anyone suggest anything to help. I really need the help. Thanks.