Convert .fmb file to .xml file
I have installed Oracle Forms Developer 12c (standalone installation) and tried to use menu: File -> Convert fmb file fo xml file. But it does not work, it seems. Nothing happend. Other conversion works fine (binay to text).
I also tried to use cmd line:
frmf2xml xxx.fmb
using documentation: Converting an Oracle Forms Application
but it get err message:
Error: Could not find or load main class oracle.forms.util.xmltools.Forms2XML
Caused by: java.lang.ClassNotFoundException: oracle.forms.util.xmltools.Forms2XML