• When you start Progress Developer Studio for OpenEdge from a desktop icon or from a Start menu selection, the default startup command points to the OpenEdge-install-dir/oeide/launchPDSOE.bat batch script, which in turn points to the Eclipse executable (eclipse.exe) and the JRE that was specified during the installation of OpenEdge.
  • You might need to add startup parameters to the default so that Progress Developer Studio for OpenEdge runs on your system. For example, the default memory allocation (256MB) for Java might be inadequate in your operating environment. You can add the following command line parameters to increase the available memory for Java:
    -vmargs -Xmx<memory size>
  • In Windows, you can open the properties of a desktop icon or a Start menu selection and add startup parameters in the Target field of the Properties dialog .
    Note: Running Eclipse (in the Eclipse Workbench User Guide), scroll to Advanced Topics in Running Eclipse for a complete list of startup parameters.