mirror of
https://github.com/arduino/Arduino.git
synced 2024-11-29 10:24:12 +01:00
44 lines
1.6 KiB
XML
44 lines
1.6 KiB
XML
<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>
|
|
<cp>lib/pde.jar</cp>
|
|
<cp>lib/jna.jar</cp>
|
|
<cp>lib/ecj.jar</cp>
|
|
<cp>lib/jssc-2.8.0.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>
|
|
<cp>lib/jmdns-3.4.1.jar</cp>
|
|
<cp>lib/jsch-0.1.50.jar</cp>
|
|
</classPath>
|
|
<jre>
|
|
<path>java</path>
|
|
<minVersion>1.6.0</minVersion>
|
|
<maxVersion></maxVersion>
|
|
<jdkPreference>preferJre</jdkPreference>
|
|
<opt>-Xms128m -Xmx128m</opt>
|
|
</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>
|