© 2008 syncRO soft ltd. | On the Windows platform if you start the
application by double-clicking on the Start menu shortcut/Desktop shortcut in
order to set a startup parameter you have to add a line with the parameter to
the file -Xmx600m If you start the application with the script
java -Xmx600m -Dsun.java2d.noddraw=true ... On the Mac OS X platform to add or modify a
startup parameter you have to right-click on the
<oXygen/> XML Author
application icon in Finder, in the
pop-up menu select Show Package Contents, then in the
Contents directory you edit the file
On the Linux platform you have to create a file
called
If you use the All platforms
distribution you have to add or modify the startup parameter that you want to
set in the java command line at the end of the startup script
java -Xmx600m -Dsun.java2d.noddraw=true ... on Mac OS X the java command at the end of
java "-Xdock:name=Author"\ -Dcom.oxygenxml.editor.plugins.dir="$AUTHOR_HOME/plugins"\ -Xmx600m\ and on Linux the java command at the end of
java -Xmx600m\
"-Dcom.oxygenxml.editor.plugins.dir=$AUTHOR_HOME/plugins"\
© 2008 syncRO soft ltd. |