Хабр Курсы для всех
РЕКЛАМА
Большая витрина: от крупнейших школ до частных авторов. Сравнивайте по цене, длительности, формату и выбирайте самый подходящий курс!
@ECHO OFF REM REM DESCRIPTION REM This file is used to call the Forms2XML conversion tool. REM It takes .fmb, .mmb, and .olb files and converts them into XML. REM REM NOTES REM It wraps the class oracle.forms.util.xmltools.Forms2XML and passes REM any parameters given onto the tool. REM You can only use the standard nine parameters, but these can include REM wildcards in the filenames. REM REM Setup the path to include the necessary Forms dlls. set PATH=C:\DevSuiteHome_1\bin;%PATH% REM Run the tool with the required jar files added to the classpath C:\DevSuiteHome_1\jdk\bin\java -classpath C:\DevSuiteHome_1\forms\java\frmxmltools.jar;C:\DevSuiteHome_1\forms\java\frmjdapi.jar;C:\DevSuiteHome_1\lib\xmlparserv2.jar;C:\DevSuiteHome_1\lib\xschema.jar oracle.forms.util.xmltools.Forms2XML %*
Исследование Oracle Form при помощи Java Development API(JDAPI)