I have installed forms 12c and all is running fine.
I have decided to use the stand-alone launcher functionality by downloading the frmsal.jar and configuring a shortcut to it. For example: -
java -jar frmsal.jar -url "http://myFormsServer:8888/forms/frmservlet?config=fsal" -t 30000
I have saved this in a .bat file.
I have 2 questions: -
1) I noticed that on execution the frmall.jar is downloaded to the local client. However, any other custom jar files are not downloaded from the server. Do I need to manually copy these to the client or is there further configuration required to allow this to happen automatically?
2) When the stand-alone launcher is executed I now have a cmd window and the form. Is there an option to hide the cmd window so only the form is displayed on the client?
Thanks in advance
Richard