Skip to content

Commit 694c0b9

Browse files
committed
better error message when running from the .zip file
1 parent f6a8576 commit 694c0b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/windows/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<messages>
5454
<startupErr>An error occurred while starting the application.</startupErr>
5555
<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>
56-
<jreVersionErr>Required files could not be found. If running from a folder with non-ASCII characters, try moving this folder to another location.</jreVersionErr>
56+
<jreVersionErr>Required files could not be found. Be sure to first extract the entire Processing folder from the .zip file download. Or if running from a folder with non-ASCII characters, try moving the Processing folder to another location.</jreVersionErr>
5757
<launcherErr>The registry refers to a nonexistent Java installation or the runtime is corrupted.</launcherErr>
5858
<instanceAlreadyExistsMsg>An application instance is already running.</instanceAlreadyExistsMsg>
5959
</messages>

0 commit comments

Comments
 (0)