How do I fix this:
Exception in thread "main" java.lang.SecurityException: class "oracle.forms.engine.Main"'s signer information does not match signer information of other classes in the same package
I only get this when running locally using this command:
"C:\Program Files (x86)\Java\jre1.8.0_102\bin\javaw" -jar frmsal.jar -url "http://127.0.0.1:9001/forms/frmservlet?config=standaloneapp"
When running an forms application on a remote machine, all is fine.