Skip to content

Settings: Java Settings

Linard Arquint edited this page Jul 20, 2021 · 5 revisions

Settings: Java Settings

This block contains all settings for the Java Virtual Machine

  • javaBinary: Path to the JAVA installation. If blank, Viper-IDE tries to locate it and issues a warning if not a unique one has been found. Note that this setting is not is filled in by the IDE but stays blank (if it was blank before) -- instead, the located path to the JAVA installation is only used internally.
  • customArguments: The command line arguments used for starting the nailgun- or the Viper server.

Default Settings:

"viperSettings.javaSettings": 
{
  "v": "664a574862b1",
  "javaBinary": "",
  "customArguments": "-Xmx2048m -Xss16m -cp $backendPaths$"
}
Clone this wiki locally