I am trying to run forms after choosing the Standalone runtime option in Oracle Form Builder.
However, nothing happens when clicking on the "Run Form" button.
When running the command-line below in the command prompt :
java -jar frmsal.jar -url "localhost:9001/forms/frmservlet?config=standaloneapp@form=MODULE1.fmx
I get this error message:
FRM-93136: no base TXT file specified for Oracle Forms Standalone Application
Contact your system administrator.
I checked the Java version installed on my machine, and this is what I got:
Here, I have two points to mention:
I ran the jdk-8u221-windows-x64.exe file when installing Oracle Forms.
It works fine when running forms on the Internet Explorer browser as you can see in the screenshot below:
Any idea how to fix that?
Thanks in advance.