Skip to content

Instantly share code, notes, and snippets.

@aldrinleal
Created May 9, 2012 08:30
Show Gist options
  • Save aldrinleal/2642981 to your computer and use it in GitHub Desktop.
Save aldrinleal/2642981 to your computer and use it in GitHub Desktop.
<launch4jConfig>
<headerType>console</headerType>
<outfile>C:\projetos\sources\launchify\launchify-example\target\classes\bin/hello.exe</outfile>
<dontWrapJar>true</dontWrapJar>
<classPath>
<mainClass>br.com.ingenieux.launchify.App</mainClass>
<cp>C:\projetos\sources\launchify\launchify-example\target\classes</cp>
<cp>C:\Users\aldrin\.m2\repository\org\apache\commons\commons-lang3\3.1\commons-lang3-3.1.jar</cp>
</classPath>
<jre>
<minVersion>1.4.0</minVersion>
</jre>
</launch4jConfig>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment