Neurogami-roir 1.3.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (251) hide show
  1. data/History.txt +22 -0
  2. data/Manifest.txt +250 -0
  3. data/README.md +12 -0
  4. data/Rakefile +63 -0
  5. data/bin/roir +176 -0
  6. data/data/GenericJavaApp.icns +0 -0
  7. data/data/JavaApplicationStub +0 -0
  8. data/data/Rawr logo 1 large.png +0 -0
  9. data/data/Rawr logo 2 large.png +0 -0
  10. data/data/Rawr logo2.png +0 -0
  11. data/data/website/_notes/dwsync.xml +1 -0
  12. data/data/website/css/1.css +254 -0
  13. data/data/website/css/_notes/dwsync.xml +1 -0
  14. data/data/website/images/_notes/dwsync.xml +1 -0
  15. data/data/website/images/body_bg.jpg +0 -0
  16. data/data/website/images/bullet.gif +0 -0
  17. data/data/website/images/content.jpg +0 -0
  18. data/data/website/images/content_h2.gif +0 -0
  19. data/data/website/images/details.gif +0 -0
  20. data/data/website/images/details.jpg +0 -0
  21. data/data/website/images/header_bg.jpg +0 -0
  22. data/data/website/images/nav_a_hover.gif +0 -0
  23. data/data/website/images/rawr_logo.png +0 -0
  24. data/data/website/index.html +164 -0
  25. data/lib/app_bundler.rb +138 -0
  26. data/lib/bundler.rb +36 -0
  27. data/lib/command.rb +68 -0
  28. data/lib/exe_bundler.rb +106 -0
  29. data/lib/generator.rb +127 -0
  30. data/lib/jar_builder.rb +57 -0
  31. data/lib/jruby_batch_compiler.rb +127 -0
  32. data/lib/jruby_release.rb +104 -0
  33. data/lib/launch4j/LICENSE.txt +30 -0
  34. data/lib/launch4j/bin-linux/COPYING +340 -0
  35. data/lib/launch4j/bin-linux/ld +0 -0
  36. data/lib/launch4j/bin-linux/windres +0 -0
  37. data/lib/launch4j/bin-mac/COPYING +340 -0
  38. data/lib/launch4j/bin-mac/ld +0 -0
  39. data/lib/launch4j/bin-mac/readme.txt +1 -0
  40. data/lib/launch4j/bin-mac/windres +0 -0
  41. data/lib/launch4j/bin-win/COPYING +340 -0
  42. data/lib/launch4j/bin-win/ld.exe +0 -0
  43. data/lib/launch4j/bin-win/windres.exe +0 -0
  44. data/lib/launch4j/build.xml +62 -0
  45. data/lib/launch4j/demo/ConsoleApp/ConsoleApp.jar +0 -0
  46. data/lib/launch4j/demo/ConsoleApp/build.xml +57 -0
  47. data/lib/launch4j/demo/ConsoleApp/l4j/ConsoleApp.ico +0 -0
  48. data/lib/launch4j/demo/ConsoleApp/lib/readme.txt +8 -0
  49. data/lib/launch4j/demo/ConsoleApp/readme.txt +1 -0
  50. data/lib/launch4j/demo/ConsoleApp/src/net/sf/launch4j/example/ConsoleApp.java +72 -0
  51. data/lib/launch4j/demo/LICENSE.txt +30 -0
  52. data/lib/launch4j/demo/SimpleApp/SimpleApp.jar +0 -0
  53. data/lib/launch4j/demo/SimpleApp/build.xml +52 -0
  54. data/lib/launch4j/demo/SimpleApp/l4j/SimpleApp.ico +0 -0
  55. data/lib/launch4j/demo/SimpleApp/l4j/SimpleApp.xml +18 -0
  56. data/lib/launch4j/demo/SimpleApp/l4j/splash.bmp +0 -0
  57. data/lib/launch4j/demo/SimpleApp/lib/readme.txt +8 -0
  58. data/lib/launch4j/demo/SimpleApp/readme.txt +1 -0
  59. data/lib/launch4j/demo/SimpleApp/src/net/sf/launch4j/example/SimpleApp.java +104 -0
  60. data/lib/launch4j/demo/readme.txt +3 -0
  61. data/lib/launch4j/head/LICENSE.txt +23 -0
  62. data/lib/launch4j/head/consolehead.o +0 -0
  63. data/lib/launch4j/head/guihead.o +0 -0
  64. data/lib/launch4j/head/head.o +0 -0
  65. data/lib/launch4j/head_src/LICENSE.txt +23 -0
  66. data/lib/launch4j/head_src/consolehead/Makefile.win +33 -0
  67. data/lib/launch4j/head_src/consolehead/consolehead.c +65 -0
  68. data/lib/launch4j/head_src/consolehead/consolehead.dev +108 -0
  69. data/lib/launch4j/head_src/guihead/Makefile.win +33 -0
  70. data/lib/launch4j/head_src/guihead/guihead.c +185 -0
  71. data/lib/launch4j/head_src/guihead/guihead.dev +109 -0
  72. data/lib/launch4j/head_src/guihead/guihead.h +43 -0
  73. data/lib/launch4j/head_src/head.c +807 -0
  74. data/lib/launch4j/head_src/head.h +113 -0
  75. data/lib/launch4j/head_src/resource.h +71 -0
  76. data/lib/launch4j/launch4j +8 -0
  77. data/lib/launch4j/launch4j.jar +0 -0
  78. data/lib/launch4j/launch4j.jfpr +0 -0
  79. data/lib/launch4j/lib/JGoodies.Forms.LICENSE.txt +31 -0
  80. data/lib/launch4j/lib/JGoodies.Looks.LICENSE.txt +31 -0
  81. data/lib/launch4j/lib/Nuvola.Icon.Theme.LICENSE.txt +504 -0
  82. data/lib/launch4j/lib/XStream.LICENSE.txt +27 -0
  83. data/lib/launch4j/lib/commons-beanutils.jar +0 -0
  84. data/lib/launch4j/lib/commons-logging.jar +0 -0
  85. data/lib/launch4j/lib/commons.LICENSE.txt +50 -0
  86. data/lib/launch4j/lib/forms.jar +0 -0
  87. data/lib/launch4j/lib/formsrt.jar +0 -0
  88. data/lib/launch4j/lib/foxtrot.LICENSE.txt +25 -0
  89. data/lib/launch4j/lib/foxtrot.jar +0 -0
  90. data/lib/launch4j/lib/looks.jar +0 -0
  91. data/lib/launch4j/lib/xstream.jar +0 -0
  92. data/lib/launch4j/manifest/uac.exe.manifest +12 -0
  93. data/lib/launch4j/manifest/xp-themes.exe.manifest +14 -0
  94. data/lib/launch4j/src/images/asterix-o.gif +0 -0
  95. data/lib/launch4j/src/images/asterix.gif +0 -0
  96. data/lib/launch4j/src/images/build.png +0 -0
  97. data/lib/launch4j/src/images/button_ok.png +0 -0
  98. data/lib/launch4j/src/images/cancel16.png +0 -0
  99. data/lib/launch4j/src/images/down16.png +0 -0
  100. data/lib/launch4j/src/images/edit_add16.png +0 -0
  101. data/lib/launch4j/src/images/info.png +0 -0
  102. data/lib/launch4j/src/images/new.png +0 -0
  103. data/lib/launch4j/src/images/new16.png +0 -0
  104. data/lib/launch4j/src/images/ok16.png +0 -0
  105. data/lib/launch4j/src/images/open.png +0 -0
  106. data/lib/launch4j/src/images/open16.png +0 -0
  107. data/lib/launch4j/src/images/run.png +0 -0
  108. data/lib/launch4j/src/images/save.png +0 -0
  109. data/lib/launch4j/src/images/up16.png +0 -0
  110. data/lib/launch4j/src/launch4j.properties +2 -0
  111. data/lib/launch4j/src/net/sf/launch4j/Builder.java +207 -0
  112. data/lib/launch4j/src/net/sf/launch4j/BuilderException.java +52 -0
  113. data/lib/launch4j/src/net/sf/launch4j/ExecException.java +66 -0
  114. data/lib/launch4j/src/net/sf/launch4j/FileChooserFilter.java +76 -0
  115. data/lib/launch4j/src/net/sf/launch4j/Log.java +105 -0
  116. data/lib/launch4j/src/net/sf/launch4j/Main.java +99 -0
  117. data/lib/launch4j/src/net/sf/launch4j/Messages.java +78 -0
  118. data/lib/launch4j/src/net/sf/launch4j/OptionParser.java +71 -0
  119. data/lib/launch4j/src/net/sf/launch4j/RcBuilder.java +340 -0
  120. data/lib/launch4j/src/net/sf/launch4j/Util.java +197 -0
  121. data/lib/launch4j/src/net/sf/launch4j/ant/AntClassPath.java +61 -0
  122. data/lib/launch4j/src/net/sf/launch4j/ant/AntConfig.java +129 -0
  123. data/lib/launch4j/src/net/sf/launch4j/ant/AntJre.java +69 -0
  124. data/lib/launch4j/src/net/sf/launch4j/ant/Launch4jTask.java +162 -0
  125. data/lib/launch4j/src/net/sf/launch4j/ant/Messages.java +55 -0
  126. data/lib/launch4j/src/net/sf/launch4j/ant/StringWrapper.java +67 -0
  127. data/lib/launch4j/src/net/sf/launch4j/ant/messages.properties +35 -0
  128. data/lib/launch4j/src/net/sf/launch4j/ant/messages_es.properties +35 -0
  129. data/lib/launch4j/src/net/sf/launch4j/binding/Binding.java +62 -0
  130. data/lib/launch4j/src/net/sf/launch4j/binding/BindingException.java +52 -0
  131. data/lib/launch4j/src/net/sf/launch4j/binding/Bindings.java +317 -0
  132. data/lib/launch4j/src/net/sf/launch4j/binding/IValidatable.java +44 -0
  133. data/lib/launch4j/src/net/sf/launch4j/binding/InvariantViolationException.java +67 -0
  134. data/lib/launch4j/src/net/sf/launch4j/binding/JComboBoxBinding.java +119 -0
  135. data/lib/launch4j/src/net/sf/launch4j/binding/JListBinding.java +118 -0
  136. data/lib/launch4j/src/net/sf/launch4j/binding/JRadioButtonBinding.java +146 -0
  137. data/lib/launch4j/src/net/sf/launch4j/binding/JTextAreaBinding.java +123 -0
  138. data/lib/launch4j/src/net/sf/launch4j/binding/JTextComponentBinding.java +108 -0
  139. data/lib/launch4j/src/net/sf/launch4j/binding/JToggleButtonBinding.java +108 -0
  140. data/lib/launch4j/src/net/sf/launch4j/binding/Messages.java +78 -0
  141. data/lib/launch4j/src/net/sf/launch4j/binding/OptComponentBinding.java +119 -0
  142. data/lib/launch4j/src/net/sf/launch4j/binding/OptJTextAreaBinding.java +141 -0
  143. data/lib/launch4j/src/net/sf/launch4j/binding/Validator.java +259 -0
  144. data/lib/launch4j/src/net/sf/launch4j/binding/messages.properties +52 -0
  145. data/lib/launch4j/src/net/sf/launch4j/binding/messages_es.properties +51 -0
  146. data/lib/launch4j/src/net/sf/launch4j/config/ClassPath.java +87 -0
  147. data/lib/launch4j/src/net/sf/launch4j/config/Config.java +396 -0
  148. data/lib/launch4j/src/net/sf/launch4j/config/ConfigPersister.java +249 -0
  149. data/lib/launch4j/src/net/sf/launch4j/config/ConfigPersisterException.java +51 -0
  150. data/lib/launch4j/src/net/sf/launch4j/config/Jre.java +235 -0
  151. data/lib/launch4j/src/net/sf/launch4j/config/LdDefaults.java +62 -0
  152. data/lib/launch4j/src/net/sf/launch4j/config/Messages.java +78 -0
  153. data/lib/launch4j/src/net/sf/launch4j/config/Msg.java +111 -0
  154. data/lib/launch4j/src/net/sf/launch4j/config/SingleInstance.java +74 -0
  155. data/lib/launch4j/src/net/sf/launch4j/config/Splash.java +103 -0
  156. data/lib/launch4j/src/net/sf/launch4j/config/VersionInfo.java +168 -0
  157. data/lib/launch4j/src/net/sf/launch4j/config/messages.properties +93 -0
  158. data/lib/launch4j/src/net/sf/launch4j/config/messages_es.properties +75 -0
  159. data/lib/launch4j/src/net/sf/launch4j/form/BasicForm.java +283 -0
  160. data/lib/launch4j/src/net/sf/launch4j/form/BasicForm.jfrm +0 -0
  161. data/lib/launch4j/src/net/sf/launch4j/form/ClassPathForm.java +193 -0
  162. data/lib/launch4j/src/net/sf/launch4j/form/ClassPathForm.jfrm +0 -0
  163. data/lib/launch4j/src/net/sf/launch4j/form/ConfigForm.java +132 -0
  164. data/lib/launch4j/src/net/sf/launch4j/form/ConfigForm.jfrm +0 -0
  165. data/lib/launch4j/src/net/sf/launch4j/form/EnvironmentVarsForm.java +127 -0
  166. data/lib/launch4j/src/net/sf/launch4j/form/EnvironmentVarsForm.jfrm +0 -0
  167. data/lib/launch4j/src/net/sf/launch4j/form/HeaderForm.java +171 -0
  168. data/lib/launch4j/src/net/sf/launch4j/form/HeaderForm.jfrm +0 -0
  169. data/lib/launch4j/src/net/sf/launch4j/form/JreForm.java +266 -0
  170. data/lib/launch4j/src/net/sf/launch4j/form/JreForm.jfrm +0 -0
  171. data/lib/launch4j/src/net/sf/launch4j/form/Messages.java +55 -0
  172. data/lib/launch4j/src/net/sf/launch4j/form/MessagesForm.java +183 -0
  173. data/lib/launch4j/src/net/sf/launch4j/form/MessagesForm.jfrm +0 -0
  174. data/lib/launch4j/src/net/sf/launch4j/form/SingleInstanceForm.java +141 -0
  175. data/lib/launch4j/src/net/sf/launch4j/form/SingleInstanceForm.jfrm +0 -0
  176. data/lib/launch4j/src/net/sf/launch4j/form/SplashForm.java +166 -0
  177. data/lib/launch4j/src/net/sf/launch4j/form/SplashForm.jfrm +0 -0
  178. data/lib/launch4j/src/net/sf/launch4j/form/VersionInfoForm.java +232 -0
  179. data/lib/launch4j/src/net/sf/launch4j/form/VersionInfoForm.jfrm +0 -0
  180. data/lib/launch4j/src/net/sf/launch4j/form/messages.properties +146 -0
  181. data/lib/launch4j/src/net/sf/launch4j/form/messages_es.properties +118 -0
  182. data/lib/launch4j/src/net/sf/launch4j/formimpl/AbstractAcceptListener.java +75 -0
  183. data/lib/launch4j/src/net/sf/launch4j/formimpl/BasicFormImpl.java +101 -0
  184. data/lib/launch4j/src/net/sf/launch4j/formimpl/BrowseActionListener.java +79 -0
  185. data/lib/launch4j/src/net/sf/launch4j/formimpl/ClassPathFormImpl.java +222 -0
  186. data/lib/launch4j/src/net/sf/launch4j/formimpl/ConfigFormImpl.java +100 -0
  187. data/lib/launch4j/src/net/sf/launch4j/formimpl/EnvironmentVarsFormImpl.java +50 -0
  188. data/lib/launch4j/src/net/sf/launch4j/formimpl/FileChooser.java +65 -0
  189. data/lib/launch4j/src/net/sf/launch4j/formimpl/GlassPane.java +67 -0
  190. data/lib/launch4j/src/net/sf/launch4j/formimpl/HeaderFormImpl.java +102 -0
  191. data/lib/launch4j/src/net/sf/launch4j/formimpl/JreFormImpl.java +166 -0
  192. data/lib/launch4j/src/net/sf/launch4j/formimpl/MainFrame.java +358 -0
  193. data/lib/launch4j/src/net/sf/launch4j/formimpl/Messages.java +55 -0
  194. data/lib/launch4j/src/net/sf/launch4j/formimpl/MessagesFormImpl.java +58 -0
  195. data/lib/launch4j/src/net/sf/launch4j/formimpl/SingleInstanceFormImpl.java +54 -0
  196. data/lib/launch4j/src/net/sf/launch4j/formimpl/SplashFormImpl.java +61 -0
  197. data/lib/launch4j/src/net/sf/launch4j/formimpl/VersionInfoFormImpl.java +63 -0
  198. data/lib/launch4j/src/net/sf/launch4j/formimpl/messages.properties +74 -0
  199. data/lib/launch4j/src/net/sf/launch4j/formimpl/messages_es.properties +56 -0
  200. data/lib/launch4j/src/net/sf/launch4j/messages.properties +45 -0
  201. data/lib/launch4j/src/net/sf/launch4j/messages_es.properties +45 -0
  202. data/lib/launch4j/w32api/MinGW.LICENSE.txt +25 -0
  203. data/lib/launch4j/w32api/crt2.o +0 -0
  204. data/lib/launch4j/w32api/libadvapi32.a +0 -0
  205. data/lib/launch4j/w32api/libgcc.a +0 -0
  206. data/lib/launch4j/w32api/libkernel32.a +0 -0
  207. data/lib/launch4j/w32api/libmingw32.a +0 -0
  208. data/lib/launch4j/w32api/libmsvcrt.a +0 -0
  209. data/lib/launch4j/w32api/libshell32.a +0 -0
  210. data/lib/launch4j/w32api/libuser32.a +0 -0
  211. data/lib/launch4j/web/bullet.gif +0 -0
  212. data/lib/launch4j/web/changelog.html +356 -0
  213. data/lib/launch4j/web/docs.html +585 -0
  214. data/lib/launch4j/web/index.html +128 -0
  215. data/lib/launch4j/web/launch4j-use.gif +0 -0
  216. data/lib/launch4j/web/launch4j.gif +0 -0
  217. data/lib/launch4j/web/links.html +73 -0
  218. data/lib/launch4j/web/style.css +159 -0
  219. data/lib/options.rb +101 -0
  220. data/lib/platform.rb +28 -0
  221. data/lib/rawr.rb +178 -0
  222. data/lib/rawr_bundle.rb +26 -0
  223. data/lib/rawr_version.rb +3 -0
  224. data/lib/web_bundler.rb +114 -0
  225. data/lib/zip/ioextras.rb +155 -0
  226. data/lib/zip/stdrubyext.rb +111 -0
  227. data/lib/zip/tempfile_bugfixed.rb +195 -0
  228. data/lib/zip/zip.rb +1848 -0
  229. data/lib/zip/zipfilesystem.rb +609 -0
  230. data/lib/zip/ziprequire.rb +90 -0
  231. data/tasks/ann.rake +81 -0
  232. data/tasks/bones.rake +21 -0
  233. data/tasks/gem.rake +121 -0
  234. data/tasks/manifest.rake +49 -0
  235. data/tasks/notes.rake +28 -0
  236. data/tasks/post_load.rake +39 -0
  237. data/tasks/rdoc.rake +51 -0
  238. data/tasks/rubyforge.rake +57 -0
  239. data/tasks/setup.rb +269 -0
  240. data/tasks/spec.rake +63 -0
  241. data/tasks/svn.rake +48 -0
  242. data/tasks/test.rake +38 -0
  243. data/test/unit/app_bundler_spec.rb +65 -0
  244. data/test/unit/bundler_spec.rb +27 -0
  245. data/test/unit/generator_spec.rb +49 -0
  246. data/test/unit/jar_builder_spec.rb +5 -0
  247. data/test/unit/options_spec.rb +97 -0
  248. data/test/unit/platform_spec.rb +29 -0
  249. data/test/unit/spec_helpers.rb +22 -0
  250. data/test/unit/web_bundler_spec.rb +83 -0
  251. metadata +501 -0
@@ -0,0 +1,585 @@
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
+ <html>
3
+ <head>
4
+ <title>Launch4j - Cross-platform Java executable wrapper</title>
5
+ <meta name="description" content="Cross-platform Java executable wrapper for creating lightweight Windows native EXEs. Provides better user experience.">
6
+ <meta name="keywords" content="java executable wrapper, java application wrapper, exe wrapper, jar wrapper, wrap, wraps, wrapping, free software, launch, launcher, linux, mac, windows, open source, ant, solaris, native splash screen, deploy, build tool">
7
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8
+ <meta name="author" content="Grzegorz Kowal" >
9
+ <link rel="stylesheet" type="text/css" href="style.css">
10
+ </head>
11
+ <body>
12
+ <div id="container">
13
+ <div id="top">
14
+ <img style="width: 249px; height: 58px;" src="launch4j.gif" alt="launch4j"> <span class="version">3.0.1</span>
15
+ </div>
16
+ <div id="leftnav">
17
+ <ul>
18
+ <li><a href="index.html">Home</a></li>
19
+ <li><a href="docs.html">Docs</a></li>
20
+ <li><a href="changelog.html">Changelog</a></li>
21
+ <li><a href="http://sourceforge.net/project/screenshots.php?group_id=95944">Screenshots</a></li>
22
+ <li><a href="http://sourceforge.net/project/showfiles.php?group_id=95944&amp;package_id=192323">Download</a></li>
23
+ <li><a href="http://sourceforge.net/forum/?group_id=95944">Support</a></li>
24
+ <li><a href="http://sourceforge.net/projects/launch4j">Project summary</a></li>
25
+ <li><a href="http://sourceforge.net/tracker/?atid=613100&amp;group_id=95944">Bug tracker</a></li>
26
+ <li><a href="links.html">Links</a></li>
27
+ </ul>
28
+ <!--
29
+ *** Spanish docs are outdated ***
30
+ <ul style="margin-top: 20px; font-size: 75%">
31
+ <li><a href="index.html">English</a></li>
32
+ <li><a href="index_es.html">Español</a></li>
33
+ </ul>
34
+ -->
35
+ </div>
36
+ <div id="content">
37
+ <a href="#Running_launch4j">Running launch4j</a><br>
38
+ <a href="#Configuration_file">Configuration file</a><br>
39
+ <a href="#Importing_1.x_configuration">Importing 1.x configuration</a><br>
40
+ <a href="#Ant_task">Ant Task</a><br>
41
+ <a href="#Additional_jvm_options">Additional JVM options at runtime</a><br>
42
+ <a href="#Runtime_options">Runtime options</a><br>
43
+ <a href="#Settings">Settings</a><br>
44
+
45
+ <h2 id="Running_launch4j">Running launch4j</h2>
46
+ Run <em>launch4j.exe</em> or <em>launch4j</em> script without command
47
+ line arguments to enter the GUI mode.
48
+
49
+ <pre>launch4j.exe</pre>
50
+
51
+ To wrap a jar in console mode use <em>launch4jc.exe</em>&nbsp;<em></em>and
52
+ specify the configuration file.
53
+
54
+ <pre>launch4jc.exe config.xml</pre>
55
+
56
+ On Linux use the <em>launch4j</em> script.
57
+
58
+ <pre>launch4j ./demo/l4j/config.xml</pre>
59
+
60
+ <h2 id="Configuration_file">Configuration file</h2>
61
+ Launch4j requires an xml configuration file for each output executable.
62
+ You can create and edit it conveniently using the graphic user
63
+ interface or your favorite editor. Alternatively it's possible to pass
64
+ all of the configuration parameters through the Ant task. All files
65
+ may be absolute paths or relative to the configuration file path.
66
+
67
+ <pre>
68
+ &lt;!-- <strong>Bold</strong> elements are required --&gt;
69
+ <strong>&lt;launch4jConfig&gt;</strong>
70
+ <strong>&lt;headerType&gt;</strong><span class="codeword">gui|console</span><strong>&lt;/headerType&gt;</strong>
71
+ <strong>&lt;outfile&gt;</strong><span class="codeword">file.exe</span><strong><span class="codeword"></span>&lt;/outfile&gt;</strong>
72
+ &lt;jar&gt;<span class="codeword">file</span><span class="codeword"></span>&lt;/jar&gt;
73
+ &lt;dontWrapJar&gt;<span class="codeword">true|<u>false</u></span>&lt;/dontWrapJar&gt;
74
+ &lt;errTitle&gt;<span class="codeword">text</span>&lt;/errTitle&gt;
75
+ &lt;downloadUrl&gt;<span class="codeword"><u>http://java.com/download</u></span>&lt;/downloadUrl&gt;
76
+ &lt;supportUrl&gt;<span class="codeword">url</span>&lt;/supportUrl&gt;
77
+ &lt;cmdLine&gt;<span class="codeword">text</span>&lt;/cmdLine&gt;
78
+ &lt;chdir&gt;<span class="codeword">path</span>&lt;/chdir&gt;
79
+ &lt;priority&gt;<span class="codeword"><u>normal</u>|idle|high</span>&lt;/priority&gt;
80
+ &lt;customProcName&gt;<span class="codeword">true|<u>false</u></span>&lt;/customProcName&gt;
81
+ &lt;stayAlive&gt;<span class="codeword">true|false</span>&lt;/stayAlive&gt;
82
+ &lt;icon&gt;<span class="codeword">file</span>&lt;/icon&gt;
83
+ &lt;obj&gt;<span class="codeword">header object file</span>&lt;/obj&gt;
84
+ ...
85
+ &lt;lib&gt;<span class="codeword">w32api lib</span>&lt;/lib&gt;
86
+ ...
87
+ &lt;var&gt;<span class="codeword">var=text</span>&lt;/var&gt;
88
+ ...
89
+ &lt;classPath&gt;
90
+ <strong>&lt;mainClass&gt;</strong><span class="codeword">main class</span><strong>&lt;/mainClass&gt;</strong>
91
+ <strong>&lt;cp&gt;</strong><span class="codeword">classpath</span><strong>&lt;/cp&gt;</strong>
92
+ ...
93
+ &lt;/classPath&gt;
94
+ &lt;singleInstance&gt;
95
+ <strong>&lt;mutexName&gt;</strong><span class="codeword">text</span><strong>&lt;/mutexName&gt;</strong>
96
+ &lt;windowTitle&gt;<span class="codeword">text</span>&lt;/windowTitle&gt;
97
+ &lt;/singleInstance&gt;
98
+ <strong>&lt;jre&gt;</strong>
99
+ &lt;!-- Specify one of the following or both --&gt;
100
+ <strong>&lt;path&gt;</strong><span class="codeword">bundled JRE path</span><strong>&lt;/path&gt;</strong>
101
+ <strong>&lt;minVersion&gt;</strong><span class="codeword">x.x.x[_xx]</span><strong>&lt;/minVersion&gt;</strong>
102
+ &lt;maxVersion&gt;<span class="codeword">x.x.x[_xx]</span>&lt;/maxVersion&gt;
103
+ &lt;jdkPreference&gt;<span class="codeword">jreOnly|<u>preferJre</u>|preferJdk|jdkOnly</span>&lt;/jdkPreference&gt;
104
+ &lt;!-- Heap sizes in MB and % of free memory --&gt;
105
+ &lt;initialHeapSize&gt;<span class="codeword">MB</span>&lt;/initialHeapSize&gt;
106
+ &lt;initialHeapPercent&gt;<span class="codeword">%</span>&lt;/initialHeapPercent&gt;
107
+ &lt;maxHeapSize&gt;<span class="codeword">MB</span>&lt;/maxHeapSize&gt;
108
+ &lt;maxHeapPercent&gt;<span class="codeword">%</span>&lt;/maxHeapPercent&gt;
109
+ &lt;opt&gt;<span class="codeword">text</span>&lt;/opt&gt;
110
+ ...
111
+ <strong>&lt;/jre&gt;</strong>
112
+ &lt;splash&gt;
113
+ <strong>&lt;file&gt;</strong><span class="codeword">file</span><strong>&lt;/file&gt;</strong>
114
+ &lt;waitForWindow&gt;<span class="codeword"><u>true</u>|false</span>&lt;/waitForWindow&gt;
115
+ &lt;timeout&gt;<span class="codeword">seconds [60]</span>&lt;/timeout&gt;
116
+ &lt;timeoutErr&gt;<span class="codeword"><u>true</u>|false</span>&lt;/timeoutErr&gt;
117
+ &lt;/splash&gt;
118
+ &lt;versionInfo&gt;
119
+ <strong>&lt;fileVersion&gt;</strong><span class="codeword">x.x.x.x</span><strong>&lt;/fileVersion&gt;</strong>
120
+ <strong>&lt;txtFileVersion&gt;</strong><span class="codeword">text</span><strong>&lt;/txtFileVersion&gt;</strong>
121
+ <strong>&lt;fileDescription&gt;</strong><span class="codeword">text</span><strong>&lt;/fileDescription&gt;</strong>
122
+ <strong>&lt;copyright&gt;</strong><span class="codeword">text</span><strong>&lt;/copyright&gt;</strong>
123
+ <strong>&lt;productVersion&gt;</strong><span class="codeword">x.x.x.x</span><strong>&lt;/productVersion&gt;</strong>
124
+ <strong>&lt;txtProductVersion&gt;</strong><span class="codeword">text</span><strong>&lt;/txtProductVersion&gt;</strong>
125
+ <strong>&lt;productName&gt;</strong><span class="codeword">text</span><strong>&lt;/productName&gt;</strong>
126
+ &lt;companyName&gt;<span class="codeword">text</span>&lt;/companyName&gt;
127
+ <strong>&lt;internalName&gt;</strong><span class="codeword">filename</span><strong>&lt;/internalName&gt;</strong>
128
+ <strong>&lt;originalFilename&gt;</strong><span class="codeword">filename.exe</span><strong>&lt;/originalFilename&gt;</strong>
129
+ &lt;/versionInfo&gt;
130
+ &lt;messages&gt;
131
+ <strong>&lt;startupErr&gt;</strong>text<strong>&lt;/startupErr&gt;</strong>
132
+ <strong>&lt;bundledJreErr&gt;</strong>text<strong>&lt;/bundledJreErr&gt;</strong>
133
+ <strong>&lt;jreVersionErr&gt;</strong>text<strong>&lt;/jreVersionErr&gt;</strong>
134
+ <strong>&lt;launcherErr&gt;</strong>text<strong>&lt;/launcherErr&gt;</strong>
135
+ &lt;/messages&gt;
136
+ <strong>&lt;/launch4jConfig&gt;</strong>
137
+ </pre>
138
+
139
+ <dl>
140
+ <dt>&lt;headerType&gt;</dt>
141
+ <dd>
142
+ Type of the header used to wrap the application.
143
+ <table>
144
+ <thead>
145
+ <tr>
146
+ <th>Header type</th>
147
+ <th>Launcher</th>
148
+ <th>Splash screen</th>
149
+ <th style="white-space: nowrap">Wait for the application to close</th>
150
+ </tr>
151
+ </thead>
152
+ <tbody>
153
+ <tr>
154
+ <td>gui</td>
155
+ <td>javaw</td>
156
+ <td>yes</td>
157
+ <td class="description">wrapper waits only if <em>stayAlive</em> is set to true,
158
+ otherwise it terminates immediately or after closing
159
+ the splash screen.
160
+ </td>
161
+ </tr>
162
+ <tr>
163
+ <td>console</td>
164
+ <td>java</td>
165
+ <td>no</td>
166
+ <td class="description">always waits and returns application's exit code.</td>
167
+ </tr>
168
+ </tbody>
169
+ </table>
170
+ </dd>
171
+ </dl>
172
+ <dl>
173
+ <dt>&lt;outfile&gt;</dt>
174
+ <dd>Output executable file.</dd>
175
+ </dl>
176
+ <dl>
177
+ <dt>&lt;jar&gt;</dt>
178
+ <dd>
179
+ Optional, by default specifies the jar to wrap. To launch a jar without
180
+ wrapping it enter the runtime path of the jar relative to
181
+ the executable and set <em>&lt;dontWrapJar&gt;</em> to true.
182
+ For example, if the executable launcher and the application jar named
183
+ <i>calc.exe</i> and <i>calc.jar</i> are in the same directory
184
+ then you would use <i>&lt;jar&gt;calc.jar&lt;/jar&gt;</i>
185
+ and <em>&lt;dontWrapJar&gt;true&lt;/dontWrapJar&gt;</em>.
186
+ </dd>
187
+ </dl>
188
+ <dl>
189
+ <dt>&lt;dontWrapJar&gt;</dt>
190
+ <dd>
191
+ Optional, defaults to false. Launch4j by default wraps jars in native
192
+ executables, you can prevent this by setting <em>&lt;dontWrapJar&gt;</em> to true.
193
+ The exe acts then as a launcher and starts the application specified in
194
+ <em>&lt;jar&gt;</em> or <em>&lt;classPath&gt;&lt;mainClass&gt;</em>
195
+ </dd>
196
+ </dl>
197
+ <dl>
198
+ <dt>&lt;errTitle&gt;</dt>
199
+ <dd>
200
+ Optional, sets the title of the error message box that's displayed if Java cannot
201
+ be found for instance. This usually should contain the name of your
202
+ application. The console header prefixes error messages with this
203
+ property (myapp: error...)
204
+ </dd>
205
+ </dl>
206
+ <dl>
207
+ <dt>&lt;cmdLine&gt;</dt>
208
+ <dd>Optional, constant command line arguments.</dd>
209
+ </dl>
210
+ <dl>
211
+ <dt>&lt;chdir&gt;</dt>
212
+ <dd>Optional. Change current directory to an arbitrary path relative to the executable.
213
+ If you omit this property or leave it blank it will have no effect.
214
+ Setting it to <em>.</em> will change the current dir to the same directory
215
+ as the executable. <em>..</em> will change it to the parent directory, and so on.
216
+ </dd>
217
+ <dd>
218
+ <pre>&lt;chdir&gt;.&lt;/chdir&gt;</pre>
219
+ </dd>
220
+ <dd>
221
+ <pre>&lt;chdir&gt;../somedir&lt;/chdir&gt;</pre>
222
+ </dd>
223
+ </dl>
224
+ <dl>
225
+ <dt>&lt;customProcName&gt;</dt>
226
+ <dd>Optional, defaults to false.
227
+ Set the process name as the executable filename and use Xp style manifests
228
+ (if any).
229
+ Creates a temporary file in launch4j-tmp directory inside the used JRE.
230
+ These files are deleted by any launch4j wrapped application, which sets
231
+ the process name and uses the same JRE. The removal takes place
232
+ when the application <strong>starts</strong>,
233
+ so at least one copy of this file will always be present.
234
+ </dd>
235
+ </dl>
236
+ <dl>
237
+ <dt>&lt;stayAlive&gt;</dt>
238
+ <dd>Optional, defaults to false in GUI header, always true in console header.
239
+ When enabled the launcher waits for the Java application
240
+ to finish and returns it's exit code.
241
+ </dd>
242
+ </dl>
243
+ <dl>
244
+ <dt>&lt;icon&gt;</dt>
245
+ <dd>Application icon in ICO format. May contain multiple color depths/resolutions.</dd>
246
+ </dl>
247
+ <dl>
248
+ <dt>&lt;obj&gt;</dt>
249
+ <dd>Optional, custom headers only. Ordered list of header object files.</dd>
250
+ </dl>
251
+ <dl>
252
+ <dt>&lt;lib&gt;</dt>
253
+ <dd>Optional, custom headers only. Ordered list of libraries used by header.</dd>
254
+ </dl>
255
+ <dl>
256
+ <dt>&lt;singleInstance&gt;</dt>
257
+ <dd>Optional, allow to run only a single instance of the application.</dd>
258
+ </dl>
259
+ <blockquote>
260
+ <dl>
261
+ <dt>&lt;mutexName&gt;</dt>
262
+ <dd>Unique mutex name that will identify the application.</dd>
263
+ <dt>&lt;windowTitle&gt;</dt>
264
+ <dd>Optional, recognized by GUI header only. Title or title part of a window
265
+ to bring up instead of running a new instance.
266
+ </dd>
267
+ </dl>
268
+ </blockquote>
269
+ <dl>
270
+ <dt>&lt;jre&gt;</dt>
271
+ <dd>Required element that groups JRE settings.</dd>
272
+ </dl>
273
+ <blockquote>
274
+ <dl>
275
+ <dt>&lt;path&gt;, &lt;minVersion&gt;, &lt;maxVersion&gt;</dt>
276
+ <dd>The <em>&lt;path&gt;</em> property is used
277
+ to specify the absolute or relative path (to the executable) of a bundled JRE, it
278
+ does not rely on the current directory or <em>&lt;chdir&gt;</em>.
279
+ Note that this path is not checked until the actual application execution.
280
+ If you'd like the wrapper to search for a JRE (public or SDK private)
281
+ use the <em>&lt;minVersion&gt;</em> property, you may also specify
282
+ the <em>&lt;maxVersion&gt;</em> to prevent it from using higher Java versions.
283
+ Launch4j will always use the highest version available (in the min/max range of course).
284
+ If a Sun's JRE is not available or does not satisfy the search criteria,
285
+ the search will be repeated on IBM runtimes.
286
+ You can also combine these properties to change the startup process...
287
+ </dd>
288
+ </dl>
289
+ <blockquote>
290
+ <dl>
291
+ <dt>&lt;path&gt;</dt>
292
+ <dd>Run if bundled JRE and javaw.exe are present, otherwise stop with error.</dd>
293
+ <dt>&lt;path&gt; + &lt;minVersion&gt;&nbsp; [+ &lt;maxVersion&gt;]</dt>
294
+ <dd>Use bundled JRE first, if it cannot be located search for Java,
295
+ if that fails display error message and open the Java download page.
296
+ </dd>
297
+ <dt>&lt;minVersion&gt;&nbsp; [+ &lt;maxVersion&gt;]</dt>
298
+ <dd>Search for Java, if an appropriate version cannot be found display
299
+ error message and open the Java download page.
300
+ </dd>
301
+ </dl>
302
+ </blockquote>
303
+ </blockquote>
304
+ <blockquote>
305
+ <dl>
306
+ <dt>&lt;jdkPreference&gt;</dt>
307
+ <dd>Optional, defaults to preferJre; Allows you to specify a preference
308
+ for a public JRE or a private JDK runtime. Valid values are:
309
+ </dd>
310
+ </dl>
311
+ <blockquote>
312
+ <dl>
313
+ <dt>jreOnly</dt>
314
+ <dd>Always use a public JRE (equivalent to the
315
+ old option dontUsePrivateJres=true)</dd>
316
+ <dt>preferJre</dt>
317
+ <dd>Prefer a public JRE, but use a JDK private
318
+ runtime if it is newer than the public
319
+ JRE (equivalent to the old option
320
+ dontUsePrivateJres=false)</dd>
321
+ <dt>preferJdk</dt>
322
+ <dd>Prefer a JDK private runtime, but use a
323
+ public JRE if it is newer than the
324
+ JDK</dd>
325
+ <dt>jdkOnly</dt>
326
+ <dd>Always use a private JDK runtime (fails
327
+ if there is no JDK installed)</dd>
328
+ </dl>
329
+ </blockquote>
330
+ <dl>
331
+ <dt>HeapSize, HeapPercent</dt>
332
+ <dd>If size and percent are specified, then the setting which yields
333
+ more memory will be chosen at runtime. In other words, setting both values
334
+ means: percent of free memory no less than size in MB.
335
+ </dd>
336
+ </dl>
337
+ <blockquote>
338
+ <dl>
339
+ <dt>&lt;initialHeapSize&gt;</dt>
340
+ <dd>Optional, initial heap size in MB.</dd>
341
+ </dl>
342
+ <dl>
343
+ <dt>&lt;initialHeapPercent&gt;</dt>
344
+ <dd>Optional, initial heap size in % of free memory.</dd>
345
+ </dl>
346
+ <dl>
347
+ <dt>&lt;maxHeapSize&gt;</dt>
348
+ <dd>Optional, max heap size in MB.</dd>
349
+ </dl>
350
+ <dl>
351
+ <dt>&lt;maxHeapPercent&gt;</dt>
352
+ <dd>Optional, max heap size in % of free memory.</dd>
353
+ </dl>
354
+ </blockquote>
355
+ <dl>
356
+ <dt>&lt;opt&gt;</dt>
357
+ <dd>Optional, accepts everything you would normally pass to
358
+ java/javaw launcher: assertion options, system properties and X options.
359
+ Here you can map environment and special variables <em>EXEDIR</em>
360
+ (exe's runtime directory), <em>EXEFILE</em> (exe's runtime full file path)
361
+ to system properties. All variable references must be surrounded with
362
+ percentage signs and quoted.
363
+ <pre>
364
+ &lt;opt&gt;-Dlaunch4j.exedir="%EXEDIR%"&lt;/opt&gt;
365
+ &lt;opt&gt;-Dlaunch4j.exefile="%EXEFILE%"&lt;/opt&gt;
366
+ &lt;opt&gt;-Denv.path="%Path%"&lt;/opt&gt;
367
+ &lt;opt&gt;-Dsettings="%HomeDrive%%HomePath%\\settings.ini"&lt;/opt&gt;
368
+ </pre>
369
+ </dd>
370
+ </dl>
371
+ </blockquote>
372
+
373
+ <dl>
374
+ <dt>&lt;splash&gt;</dt>
375
+ <dd>Optional, groups the splash screen settings. Allowed only in GUI header.</dd>
376
+ </dl>
377
+ <blockquote>
378
+ <dl>
379
+ <dt>&lt;file&gt;</dt>
380
+ <dd>Splash screen image in BMP format.</dd>
381
+ </dl>
382
+ <dl>
383
+ <dt>&lt;waitForWindow&gt;</dt>
384
+ <dd>Optional, defaults to true. Close the splash screen when an application
385
+ window or Java error message box appears. If set to false,
386
+ the splash screen will be closed on timeout.
387
+ </dd>
388
+ </dl>
389
+ <dl>
390
+ <dt>&lt;timeout&gt;</dt>
391
+ <dd>Optional, defaults to 60. Number of seconds after which the splash screen
392
+ must be closed. Splash timeout may cause an error depending on
393
+ <em>&lt;timeoutErr&gt;</em>.
394
+ </dd>
395
+ </dl>
396
+ <dl>
397
+ <dt>&lt;timeoutErr&gt;</dt>
398
+ <dd>Optional, defaults to true. True signals an error on splash timeout,
399
+ false closes the splash screen quietly.
400
+ </dd>
401
+ </dl>
402
+ </blockquote>
403
+
404
+ <dl>
405
+ <dt>&lt;versionInfo&gt;</dt>
406
+ <dd>Optional, version information to be displayed by the Windows Explorer.</dd>
407
+ </dl>
408
+ <blockquote>
409
+ <dl>
410
+ <dt>&lt;fileVersion&gt;</dt>
411
+ <dd>Version number 'x.x.x.x'</dd>
412
+ </dl>
413
+ <dl>
414
+ <dt>&lt;txtFileVersion&gt;</dt>
415
+ <dd>Free form file version, for example '1.20.RC1'.</dd>
416
+ </dl>
417
+ <dl>
418
+ <dt>&lt;fileDescription&gt;</dt>
419
+ <dd>File description presented to the user.</dd>
420
+ </dl>
421
+ <dl>
422
+ <dt>&lt;copyright&gt;</dt>
423
+ <dd>Legal copyright.</dd>
424
+ </dl>
425
+ <dl>
426
+ <dt>&lt;productVersion&gt;</dt>
427
+ <dd>Version number 'x.x.x.x'</dd>
428
+ </dl>
429
+ <dl>
430
+ <dt>&lt;txtProductVersion&gt;</dt>
431
+ <dd>Free form file version, for example '1.20.RC1'.</dd>
432
+ </dl>
433
+ <dl>
434
+ <dt>&lt;productName&gt;</dt>
435
+ <dd>Text.</dd>
436
+ </dl>
437
+ <dl>
438
+ <dt>&lt;companyName&gt;</dt>
439
+ <dd>Optional text.</dd>
440
+ </dl>
441
+ <dl>
442
+ <dt>&lt;internalName&gt;</dt>
443
+ <dd>Internal name without extension, original filename or module name for example.</dd>
444
+ </dl>
445
+ <dl>
446
+ <dt>&lt;originalFilename&gt;</dt>
447
+ <dd>Original name of the file without the path. Allows to determine
448
+ whether a file has been renamed by a user.
449
+ </dd>
450
+ </dl>
451
+ </blockquote>
452
+
453
+ <h2 id="Importing_1.x_configuration">Importing 1.x configuration</h2>
454
+ It's possible to import a 1.x configuration file using the GUI
455
+ interface. Open the file, correct the paths and save it as a new xml
456
+ configuration.
457
+
458
+ <h2 id="Ant_task">Ant task</h2>
459
+ You may set a launch4j directory property or change the task definition.
460
+
461
+ <pre>&lt;property name="launch4j.dir" location="/opt/launch4j" /&gt;</pre>
462
+
463
+ Define the task in your Ant build script.
464
+
465
+ <pre>
466
+ &lt;taskdef name="launch4j"
467
+ classname="net.sf.launch4j.ant.Launch4jTask"
468
+ classpath="${launch4j.dir}/launch4j.jar
469
+ :${launch4j.dir}/lib/xstream.jar" /&gt;
470
+ </pre>
471
+
472
+ Execute the task!
473
+
474
+ <pre>&lt;launch4j configFile="./l4j/demo.xml" /&gt;</pre>
475
+
476
+ You can set or override the following configuration properties...
477
+ <p class="attrib">
478
+ jar="absolute path or relative to <em>basedir</em>"<br>
479
+ jarPath="relative path"<br>
480
+ outfile<br>
481
+ fileVersion<br>
482
+ txtFileVersion<br>
483
+ productVersion<br>
484
+ txtProductVersion<br>
485
+ bindir="<a href="#Settings">alternate bin directory...</a>"<br>
486
+ tmpdir="<a href="#Settings">alternate working directory...</a>"
487
+ </p>
488
+
489
+ <pre>
490
+ &lt;launch4j configFile="./l4j/demo.xml" outfile="mydemo.exe"
491
+ fileVersion="1.0.0.0" txtFileVersion="1.0 RC2" /&gt;
492
+ </pre>
493
+
494
+ You can also define the entire configuration in the task, but it will
495
+ not be possible to edit such a file in the GUI mode. All paths except
496
+ for <em>&lt;chdir&gt;</em>, <em>&lt;jre&gt;&lt;path&gt;</em> and <em>jarPath</em>
497
+ are calculated using the <em>basedir</em> project attribute.
498
+
499
+ <pre>
500
+ &lt;launch4j&gt;
501
+ &lt;config headerType="gui" outfile="demo.exe"
502
+ dontWrapJar="true" jarPath="demo.jar" &gt;
503
+ &lt;var&gt;SETTINGS="%HomeDrive%%HomePath%\\settings.ini"&lt;/var&gt;
504
+ &lt;classPath mainClass="org.demo.DemoApp"&gt;
505
+ &lt;cp&gt;./lib/looks.jar&lt;/cp&gt;
506
+ &lt;cp&gt;%USER_LIBS%/*.jar&lt;/cp&gt;
507
+ &lt;/classPath&gt;
508
+ &lt;jre minVersion="1.4.0"&gt;
509
+ &lt;opt&gt;-Dlaunch4j.exedir="%EXEDIR%"&lt;/opt&gt;
510
+ &lt;opt&gt;-Dlaunch4j.exefile="%EXEFILE%"&lt;/opt&gt;
511
+ &lt;/jre&gt;
512
+ &lt;/config&gt;
513
+ &lt;/launch4j&gt;
514
+ </pre>
515
+
516
+ <h2 id="Additional_jvm_options">Additional JVM options at runtime</h2>
517
+ When you create a wrapper or launcher all configuration details are compiled into the
518
+ executable and cannot be changed without recreating it or hacking with a resource editor.
519
+ Launch4j 2.1.2 introduces a new feature that allows to pass additional JVM options
520
+ at runtime from an .l4j.ini file. Now you can specify the options in the configuration file,
521
+ ini file or in both, but you cannot override them. The ini file's name must correspond
522
+ to the executable's <em>(myapp.exe : myapp.l4j.ini)</em>.
523
+ The arguments should be separated with spaces or new lines, environment variable
524
+ expansion is supported, for example:
525
+ <pre>
526
+ # Launch4j runtime config
527
+ -Dswing.aatext=true
528
+ -Dsomevar="%SOMEVAR%"
529
+ -Xms16m
530
+ </pre>
531
+
532
+ <h2 id="Runtime_options">Runtime options</h2>
533
+ <dl>
534
+ <dt class="option">--l4j-debug</dt>
535
+ <dd>
536
+ To make sure the output executable is configured correctly you can use the
537
+ debug launching mode to log various information to the launch4j.log file.
538
+ </dd>
539
+
540
+ <dt class="option">--l4j-default-proc</dt>
541
+ <dd>
542
+ Use default process name.
543
+ </dd>
544
+
545
+ <dt class="option">--l4j-dont-wait</dt>
546
+ <dd>
547
+ Disable the "stay alive" function.
548
+ </dd>
549
+
550
+ <dt class="option">--l4j-no-splash</dt>
551
+ <dd>
552
+ Disable the splash screen.
553
+ </dd>
554
+
555
+ <dt class="option">--l4j-no-splash-err</dt>
556
+ <dd>
557
+ Disable splash screen error on timeout, might be useful on very slow computers.
558
+ </dd>
559
+ </dl>
560
+
561
+ <h2 id="Settings">Settings</h2>
562
+ <dl>
563
+ <dt>Alternate bin directory: launch4j.bindir</dt>
564
+ <dd>
565
+ It's possible to override the default bin directory location which contains windres and ld
566
+ tools using the <em>launch4j.bindir</em> system property. The property can have two forms:
567
+ a path relative to Launch4j's directory (<em>altbin</em> for example) or an absolute path.
568
+ <dd>
569
+
570
+ <dt>Working directory: launch4j.tmpdir</dt>
571
+ <dd>Change the working directory if the default path contains spaces which windres cannot handle.</dd>
572
+ </dl>
573
+ </div>
574
+ <div class="footer">
575
+ All trademarks mentioned are properties of their respective owners.<br />
576
+ Copyright &copy; 2005-2008 Grzegorz Kowal
577
+ <p style="margin-top: 2em">
578
+ <a href="http://sourceforge.net"><img style="width: 125px; height: 37px; border: none" src="http://sourceforge.net/sflogo.php?group_id=95944&amp;type=4" alt="sf.net"></a>
579
+ <a href="http://www.nosoftwarepatents.com"><img style="width: 90px; height: 40px; border: none; margin-left: 5%" src="http://www.nosoftwarepatents.com/banners/90x40_3.jpg" alt=""></a>
580
+ <a href="http://validator.w3.org/check?uri=referer"><img style="width: 88px; height: 31px; border: none; margin-left: 5%" src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
581
+ </p>
582
+ </div>
583
+ </div>
584
+ </body>
585
+ </html>