Skip to content

Commit

Permalink
new l4j config
Browse files Browse the repository at this point in the history
  • Loading branch information
angelolz committed Jan 20, 2023
1 parent 1cd5b5d commit bf4dfc0
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions l4jconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<headerType>console</headerType>
<jar>F:\Desktop\CodeProjects\java\personal\CHScrobbler\target\CHScrobbler-1.4.jar</jar>
<outfile>F:\Desktop\CHScrobbler-1.4.exe</outfile>
<errTitle>Cookie Clicker Rich Presence Mod</errTitle>
<errTitle></errTitle>
<cmdLine></cmdLine>
<chdir>.</chdir>
<priority>normal</priority>
<downloadUrl>http://java.com/download</downloadUrl>
<downloadUrl></downloadUrl>
<supportUrl></supportUrl>
<stayAlive>false</stayAlive>
<restartOnCrash>false</restartOnCrash>
Expand All @@ -19,19 +19,10 @@
<windowTitle>CHScrobbler</windowTitle>
</singleInstance>
<jre>
<path></path>
<bundledJre64Bit>false</bundledJre64Bit>
<bundledJreAsFallback>false</bundledJreAsFallback>
<path>%JAVA_HOME%;%PATH%</path>
<requiresJdk>false</requiresJdk>
<requires64Bit>false</requires64Bit>
<minVersion>1.8</minVersion>
<maxVersion>16</maxVersion>
<jdkPreference>preferJre</jdkPreference>
<runtimeBits>64/32</runtimeBits>
</jre>
<messages>
<startupErr>An error occurred while starting the application.</startupErr>
<bundledJreErr>This application requires a Java Runtime Environment.</bundledJreErr>
<jreVersionErr>This application requires a Java Runtime Environment.</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>

0 comments on commit bf4dfc0

Please sign in to comment.