Code

Programming Languages: C, Java

License: GNU General Public License version 2.0 (GPLv2), GNU Library or Lesser General Public License version 2.0 (LGPLv2), BSD License, MIT License

Repositories

browse code, statistics, last commit on 2013-02-14 cvs -d:pserver:anonymous@launch4j.cvs.sourceforge.net:/cvsroot/launch4j login

cvs -z3 -d:pserver:anonymous@launch4j.cvs.sourceforge.net:/cvsroot/launch4j co -P modulename

Show:

What's happening?

  • Followup: RE: Working directory and the launch4j Ant task

    Thanks, I modified the 3.1.0-beta1 code with the fix described in the bug, recompiled, and things are now working well! Jake.

    2013-05-01 20:46:18 PDT by jake13579

  • Bundling JRE for 32-bit and 64-bit Windows 7?

    Hiya, I have bundled jre6 with my app. It works fine on all Windows 7 32-bit machines that we've tested on. However, on Windows 7 64-bit, the whole computer hangs. Presumably, this is because the JRE we bundled was the 32-bit version. Is there any way I can bundled one (or two?) JREs so that my app will run on 32-bit and 64-bit Windows 7. NB - We are using the "Only use private JDK...

    2013-04-25 14:43:24 PDT by jhodgski2

  • Comment: Missing 64/32bit jvm request option

    I encountered the same problem some time ago, so I forked the project, and applied a patch, where you could specify that a 32bit JVM ought to be found. http://frank-fbergmann.blogspot.de/2012/11/launch4j-for-32bit.html.

    2013-04-11 00:31:57 PDT by fbergmann

  • Xms/Xmx exceed the possible space

    Hi, what is happened, if the JRE arguments Xms/Xmx exceed the possible space? kind regards Micha.

    2013-04-05 09:28:40 PDT by derletztekick

  • mac osx lion problem

    In order to get launch4j to work on a macbook air running OSX Version 10.7.5, I had to do the following: 1. tar xf /data/launch4j-3.1.0-beta1-macosx-x86-10.8.tgz 2. sudo port install i386-mingw* 3. cp /opt/local/bin/i386-mingw32-windres launch4j/bin/windres 4. cp /opt/local/bin/i386-mingw32-ld launch4j/bin/ld None of the available prebuilt binaries worked out-of-the-box, but the above...

    2013-03-29 10:05:21 PDT by https://www.google.com/accounts

  • Followup: RE: Cannot reference internal launcher resource

    Solved by putting: [code]getClass().getResourceAsStream.("/reportTemplate/file.docx")[/code] Thank you.

    2013-03-28 02:01:14 PDT by mserioli

  • Cannot reference internal launcher resource

    I'm using launch4j with maven in order to create an .exe of my application. I've put a .docx file inside /src/main/resources/reportTemplate/file.docx I load the file inside my app in this way: [code]WordprocessingMLPackage wordMLPackage = WordprocessingMLPackage.load( new FileInputStream( getClass().getResource("/reportTemplate/file.docx").getFile()));[/code]...

    2013-03-28 01:11:33 PDT by mserioli

  • Modify PATH environment variable

    Hi, I want to know if it's possible to modify the windows PATH environment variable from the configuration file of log4j . My program adds the jre lib at the end of the PATH environment variable in the head.c file , and I want to put it in the first position . Is it possible ? Is possible to change it in the config file?. Thanks in advance .

    2013-03-25 09:07:34 PDT by yaguet

  • JRE/Java search sequence

    Hi, I am using launch4j to wrapp my jar file to an exe. But when i execute the wrapped exe, it always seraches for 1. java path from the bundled jre path configured in the launch4j UI. 2. and then it searches for JAVA_HOME It would be great if we can change this search sequence. it would be really good if we can configure the search sequence from the UI so that a userdefined serch...

    2013-03-22 08:40:17 PDT by raghusujju

  • Generate a Mac OS/X App with Launch4J ?

    Hi all, I'm able to generate a native Windows App from my jar with Launch4J. But I'm still unable to generate the Mac OS/X app from the same jar... I'm missing something. I use the maven plugin om.akathist.maven.plugins.launch4j to generate my app on Windows and I try to use the same thing for Mac. What is the right approach to generate an OS/X app ? Thanks Laurent.

    2013-03-14 10:00:52 PDT by lquerel

Our Numbers