You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build/windows/config-cmd.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -40,8 +40,8 @@
40
40
41
41
<messages>
42
42
<startupErr>An error occurred while starting the application.</startupErr>
43
-
<bundledJreErr>This application was configured to use a bundled Java Runtime Environment but the runtime is missing or corrupted.</bundledJreErr>
44
-
<jreVersionErr>This application requires Java to be installed</jreVersionErr>
43
+
<bundledJreErr>This application was configured to use a bundled Java Runtime Environment but the runtime is missing or corrupted. If running from a folder with non-ASCII characters, try moving this folder to another location.</bundledJreErr>
44
+
<jreVersionErr>Required files could not be found. If running from a folder with non-ASCII characters, try moving this folder to another location.</jreVersionErr>
45
45
<launcherErr>The registry refers to a nonexistent Java installation or the runtime is corrupted.</launcherErr>
46
46
<instanceAlreadyExistsMsg>An application instance is already running.</instanceAlreadyExistsMsg>
Copy file name to clipboardExpand all lines: build/windows/config.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -45,8 +45,8 @@
45
45
</splash>
46
46
<messages>
47
47
<startupErr>An error occurred while starting the application.</startupErr>
48
-
<bundledJreErr>This application was configured to use a bundled Java Runtime Environment but the runtime is missing or corrupted.</bundledJreErr>
49
-
<jreVersionErr>This application requires Java to be installed</jreVersionErr>
48
+
<bundledJreErr>This application was configured to use a bundled Java Runtime Environment but the runtime is missing or corrupted. If running from a folder with non-ASCII characters, try moving this folder to another location.</bundledJreErr>
49
+
<jreVersionErr>Required files could not be found. If running from a folder with non-ASCII characters, try moving this folder to another location.</jreVersionErr>
50
50
<launcherErr>The registry refers to a nonexistent Java installation or the runtime is corrupted.</launcherErr>
51
51
<instanceAlreadyExistsMsg>An application instance is already running.</instanceAlreadyExistsMsg>
0 commit comments