rusefillc 2023-07-05 01:01:54 -04:00
parent a103960186
commit c05a4ab868
4 changed files with 18 additions and 0 deletions

View File

@ -21,4 +21,13 @@
<minVersion>11.0</minVersion>
<maxVersion></maxVersion>
</jre>
<messages>
<startupErr>An error occurred while starting the application.</startupErr>
<jreNotFoundErr>This application requires a Java Runtime Environment.
https://rusefi.com/s/j</jreNotFoundErr>
<jreVersionErr>This application requires a Java Runtime Environment
https://rusefi.com/s/j</jreVersionErr>
<launcherErr>The registry refers to a nonexistent Java Runtime Environment installation or the runtime is corrupted.</launcherErr>
<instanceAlreadyExistsMsg>An application instance is already running.</instanceAlreadyExistsMsg>
</messages>
</launch4jConfig>

View File

@ -21,4 +21,13 @@
<minVersion>11.0</minVersion>
<maxVersion></maxVersion>
</jre>
<messages>
<startupErr>An error occurred while starting the application.</startupErr>
<jreNotFoundErr>This application requires a Java Runtime Environment.
https://rusefi.com/s/j</jreNotFoundErr>
<jreVersionErr>This application requires a Java Runtime Environment.
https://rusefi.com/s/j</jreVersionErr>
<launcherErr>The registry refers to a nonexistent Java Runtime Environment installation or the runtime is corrupted.</launcherErr>
<instanceAlreadyExistsMsg>An application instance is already running.</instanceAlreadyExistsMsg>
</messages>
</launch4jConfig>