2009-05-31 17:53:33 +02:00
|
|
|
<launch4jConfig>
|
|
|
|
<dontWrapJar>true</dontWrapJar>
|
|
|
|
<headerType>gui</headerType>
|
|
|
|
<jar>lib</jar>
|
2009-06-07 18:00:05 +02:00
|
|
|
<outfile>arduino.exe</outfile>
|
2009-05-31 17:53:33 +02:00
|
|
|
<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 11:46:14 +01:00
|
|
|
<cp>lib/arduino-core.jar</cp>
|
2009-05-31 17:53:33 +02:00
|
|
|
<cp>lib/pde.jar</cp>
|
2013-04-16 16:29:50 +02:00
|
|
|
<cp>lib/commons-codec-1.7.jar</cp>
|
2013-02-04 15:06:10 +01:00
|
|
|
<cp>lib/commons-exec-1.1.jar</cp>
|
2013-04-16 16:29:50 +02:00
|
|
|
<cp>lib/commons-httpclient-3.1.jar</cp>
|
|
|
|
<cp>lib/commons-logging-1.0.4.jar</cp>
|
2015-03-13 12:08:32 +01:00
|
|
|
<cp>lib/ecj.jar</cp>
|
2013-04-16 16:29:50 +02:00
|
|
|
<cp>lib/jmdns-3.4.1.jar</cp>
|
2015-03-13 12:08:32 +01:00
|
|
|
<cp>lib/jna.jar</cp>
|
2013-07-17 12:28:35 +02:00
|
|
|
<cp>lib/jsch-0.1.50.jar</cp>
|
2015-03-13 12:08:32 +01:00
|
|
|
<cp>lib/jssc-2.8.0.jar</cp>
|
2009-05-31 17:53:33 +02:00
|
|
|
</classPath>
|
|
|
|
<jre>
|
|
|
|
<path>java</path>
|
2015-03-11 16:26:59 +01:00
|
|
|
<minVersion>1.8.0</minVersion>
|
2009-05-31 17:53:33 +02:00
|
|
|
<maxVersion></maxVersion>
|
2009-06-07 18:00:05 +02:00
|
|
|
<jdkPreference>preferJre</jdkPreference>
|
2015-03-11 16:26:59 +01:00
|
|
|
<opt>-splash:./lib/splash.png</opt>
|
2015-03-17 09:16:29 +01:00
|
|
|
<opt>-Dsun.java2d.d3d=false</opt>
|
2009-05-31 17:53:33 +02:00
|
|
|
</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>
|
2015-03-11 16:26:59 +01:00
|
|
|
<launcherErr>The registry refers to a nonexistent Java Development Kit installation or the runtime is corrupted.</launcherErr>
|
2009-05-31 17:53:33 +02:00
|
|
|
<instanceAlreadyExistsMsg>An application instance is already running.</instanceAlreadyExistsMsg>
|
|
|
|
</messages>
|
|
|
|
</launch4jConfig>
|