CPLEX Studio IDE advanced settings

Describes command-line settings accepted by the CPLEX® Studio IDE.

The CPLEX Studio IDE accepts the following settings from the command line:

  • oplide -vmargs, to customize the operation of the Java™ VM used to run the IDE. If specified, this option must come at the end of the command line.

    For example, oplide -vmargs -Xmx512m runs the IDE with a Java VM of size 512 MB.

  • oplide -consoleLog, to obtain a log of events in the console.

  • -nl <locale>, to change the locale.

    For example, -nl ja_JP, to obtain an IDE in Japanese.

  • -clean, to clear the cache.

  • -data <dir>, to use a different workspace, where <dir> represents the directory name of the new workspace.

  • -oplOpenFile, to open a file in an existing IDE or create a new IDE instance.

  • -noSplash, to hide the splash screen.

The following settings are for very advanced use:

  • -vm <path to Java VM>, to locate the Java VM to run the CPLEX Studio IDE.

    The path should be the full file system path to an appropriate Java jre/bin directory, Java executable, Java shared library (jvm.dll or libjvm.so), or a Java VM Execution Environment description file.

  • -debug, to debug in verbose mode.

  • -console, to open an OSGi console for advanced debugging.