Corrected the Java settings and cleaned update stages
title
This commit is contained in:
@@ -199,12 +199,12 @@
|
||||
{
|
||||
"DisplayName": "Override Java Location",
|
||||
"Category": "Server Settings",
|
||||
"Description": "If you receive \"Failed to load jvm.dll\", you may specify a custom location where the jvm.dll is located. Only change this if you know what you're doing!",
|
||||
"Description": "For \"Failed to load jvm.dll\", specify a location where jvm.dll is located.",
|
||||
"Keywords": "custom,java,arguments,args,location",
|
||||
"FieldName": "OverrideJavaRegEntry",
|
||||
"InputType": "text",
|
||||
"FieldName": "OverrideDefaultJavaPath",
|
||||
"InputType": "checkbox",
|
||||
"IsFlagArgument": false,
|
||||
"ParamFieldName": "Runtime.OverrideJavaRegEntry",
|
||||
"ParamFieldName": "Runtime.OverrideDefaultJavaPath",
|
||||
"IncludeInCommandLine": false,
|
||||
"DefaultValue": "false",
|
||||
"EnumValues": {
|
||||
@@ -215,7 +215,7 @@
|
||||
{
|
||||
"DisplayName": "Custom Java Location",
|
||||
"Category": "Server Settings",
|
||||
"Description": "If you receive \"Failed to load jvm.dll\", you may specify a custom location where the jvm.dll is located. Only change this if you know what you're doing!",
|
||||
"Description": "For \"Failed to load jvm.dll\", specify a location where jvm.dll is located.",
|
||||
"Keywords": "custom,java,arguments,args,location",
|
||||
"FieldName": "JavaPath",
|
||||
"InputType": "text",
|
||||
|
||||
Reference in New Issue
Block a user