-
Notifications
You must be signed in to change notification settings - Fork 11
Settings: Java Settings
Linard Arquint edited this page Jan 27, 2023
·
5 revisions
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": "674a514867b1",
"javaBinary": "",
"customArguments": "-Xmx2048m -Xss128m -cp $backendPaths$ -server $mainMethod$"
}