Arduino/build/windows/launcher/config_debug.xml

44 lines
1.6 KiB
XML
Raw Normal View History

<launch4jConfig>
<dontWrapJar>true</dontWrapJar>
<headerType>console</headerType>
<jar>lib</jar>
<outfile>arduino_debug.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
<chdir>.</chdir>
<priority>normal</priority>
<downloadUrl>http://java.sun.com/javase/downloads/</downloadUrl>
<supportUrl></supportUrl>
<customProcName>false</customProcName>
<stayAlive>false</stayAlive>
<manifest></manifest>
<icon>application.ico</icon>
<classPath>
<mainClass>processing.app.Base</mainClass>
2014-11-25 02:46:14 -08:00
<cp>lib/arduino-core.jar</cp>
<cp>lib/pde.jar</cp>
<cp>lib/commons-codec-1.7.jar</cp>
<cp>lib/commons-exec-1.1.jar</cp>
<cp>lib/commons-httpclient-3.1.jar</cp>
<cp>lib/commons-logging-1.0.4.jar</cp>
2015-03-13 04:08:32 -07:00
<cp>lib/ecj.jar</cp>
<cp>lib/jmdns-3.4.1.jar</cp>
2015-03-13 04:08:32 -07:00
<cp>lib/jna.jar</cp>
<cp>lib/jsch-0.1.50.jar</cp>
2015-03-13 04:08:32 -07:00
<cp>lib/jssc-2.8.0.jar</cp>
</classPath>
<jre>
<path>java</path>
2015-03-11 08:26:59 -07:00
<minVersion>1.8.0</minVersion>
<maxVersion></maxVersion>
<jdkPreference>preferJre</jdkPreference>
</jre>
<messages>
<startupErr>An error occurred while starting the application.</startupErr>
<bundledJreErr>This application was configured to use a bundled Java Runtime Environment but the runtime is missing or corrupted.</bundledJreErr>
<jreVersionErr>This application requires at least Java Development Kit</jreVersionErr>
<launcherErr>The registry refers to a nonexistent Java Development Kit installation or the runtime is corrupted.</launcherErr>
<instanceAlreadyExistsMsg>An application instance is already running.</instanceAlreadyExistsMsg>
</messages>
</launch4jConfig>