...
Operating System | Supported | Supported by reference |
---|---|---|
Microsoft Windows 7 SP1 64-bit | ||
Microsoft Windows 8 64-bit | ||
Microsoft Windows 8.1 64-bit | ||
Microsoft Windows 10 64-bit | ||
Microsoft Windows Server 2008 R2 SP1 64-bit (Standard edition) | ||
Microsoft Windows Server 2012 64-bit (Standard edition) | ||
Microsoft Windows Server 2012 R2 64-bit (Standard edition) | ||
Microsoft Windows Server 2019 | ||
Microsoft Windows Server 2022 | ||
Unix based (Linux/MacOS X) |
...
Application | Release | Supported |
---|---|---|
CAST AIP | ≥ 8.3.x | |
AIP Console | ≥ 1.17.x |
Java JRE
A Java JRE must be installed on the machine on which you want to run the CAST Oracle Forms Extractor:
...
Code Block | ||
---|---|---|
| ||
java -Xmx1024M -Xms512M -jar D:\Extractor\CASTFORMSGUI.jar |
The java -XMX1024M command Xmx1024M -Xms512M command allows you to configure the Maximum Java Heap Size of your JVM. Change the maximum (Xmx) memory allocation pool and the initial memory allocation pool (Xms) - CAST recommends these values as a starting point. Change the figure to match the number of MB of RAM you want to allocate to the JRE process – i.e. increase the memory allocation until you no longer receive errors (CAST recommends starting at a minimum of 1024MB). For very large applications, CAST recommends using java -Xmx2048M -Xms512M.
CAST Oracle Forms Extractor GUI
...