Tagged Questions
The launch4j tag has no wiki summary.
19
votes
5answers
4k views
Pinning a Java application to the Windows 7 taskbar
Original question
I use Launch4j as a wrapper for my Java application under Windows 7, which, to my understanding, in essence forks an instance of javaw.exe that in turn interprets the Java code. As ...
8
votes
4answers
1k views
Configure Launch4J to use 32-bit JVM only
I'm using Launch4J to start my Java application and if an x64 JRE is present on the system, Launch4J seems to prefer it.
Unfortunately my application cannot run on a 64 bit JVM because I'm loading a ...
6
votes
6answers
4k views
Java packaging tools - alternatives for jsmooth, launch4j, onejar
I have used these three open source tools for packaging my java apps, but they all look like abandon-ware now. All three are very good pieces of software. What are the options now? (or is using Java ...
3
votes
2answers
40 views
JVM comand start options duplication
I have found a legacy software the we are using that has its launch properties malformed, so it receives these two unequal xmx as a properties:
java -jar myapp.jar -Xmx128m -Xmx512m
I do not have ...
3
votes
1answer
100 views
Launch4j maven plugin will not work on 64-bit linux machine
I am trying to use the maven Launch4j plugin version 1.5.0.1
When I build the pom on my windows box, there is no issue (my windows box has both 32-bit and 64-bit versions of Java installed). But ...
3
votes
2answers
629 views
How to bundle a JRE with Launch4j?
I have Launch4J on my computer and it's a great program. One of its features I'm interested in is the ability to bundle a JRE in the general .EXE file. However, I can't find any documentation that ...
2
votes
1answer
56 views
Can Launch4J be set so that the exe files it creates cannot show its contents through zip/egg/rar file when right click on/ open with it?
Launch4J is a jar to exe converter. I used Launch4J to convert jar to exe but when I right click on that exe file Launch4J created, it shows the contents in the jar file (class, etc files) from which ...
2
votes
2answers
241 views
Need help to fix JVM error, related to launch4j
I used launch4j, Innosetup to create a installer of my java program. I have 6 classes. I added all the classes and required jar in launch4j. The exe get created through launch4j. I created an ...
2
votes
2answers
161 views
Free tool for create an exe
Is there any free tool similar to Launch4j which bundles jre and don't require internet connection to download the jre and run the exe.
2
votes
1answer
183 views
Launch4j doesn't work (main class not found)
I am using Launch4j to create an setup file. I have 7 classes, under a package. And JavaSamp is my main class. I have created jar files for all the classes. And my launch4j looks like this:
...
2
votes
0answers
181 views
Exception in Launch4j
I use the following code in build.xml, and I am getting the following exception.
<project basedir="." default="build" name="Bienvenue">
<!-- Crée le fichier d'installation ...
2
votes
2answers
671 views
Trying to integrate Launch4j in a Maven project using Alakai plugin
I am trying to integrate the generation of an installer as part of a maven compilation process.
I have found Alakai's plugin for Launch4j. I have create a simple Hello World application using Maven. ...
2
votes
4answers
919 views
Does compilng java code to exe (e.g. using Launch4Java) ensure code cannot be reversed engineered?
After experimenting myself, I am convinced that java code obsfucation is not safe in terms of preventing reverse code engineering.
So, I turn to using Launch4J to bundle one of my core jar file into a ...
2
votes
1answer
745 views
launch4j exe has nothing to say for itself, anyone got a suggestion?
Running on Linux, I've used launch4j to package an exe.
I copy the exe into my Windows 7 VM, and run it.
And nothing happens.
I run it with --l4j-debug, and nothing still happens (at least, if ...
2
votes
2answers
409 views
lauch4j hello world program
I created a "hello world" java program and use lauch4j to convert executable jar to .exe file. When I tried to run it in cmd, but nothing printed out. I also tried to run it in launch4j. Log ...
1
vote
0answers
53 views
Package java files in exe for windows with maven
The Launch4J port for Maven is terribly documented and I fail to use it in the way I want.
Is there some good Maven plugin to gernerate an exe file with following criteria (at least some of them, if ...
1
vote
1answer
111 views
Should I have to have an x86 and a x64 version of my java application?
Just a quick question. I want to bundle a JRE with my Java application using launch4j, but so far it is seeming that I need to bundle the application on a 64 bit machine and a 32 bit machine for some ...
1
vote
1answer
73 views
Running Launch4J from java code?
I have used launch4j to wrap an executable jar into an exe in my pom.xml (maven project file) file during compile/build time.
But is it possible to run launch4J from a piece of java code and creating ...
1
vote
1answer
228 views
Need help in Launch4j
I have an ant file which creates an installer. I used launch4j and innosetup. Installer get created. But I got the following error
My ant file is:
<?xml version="1.0"?>
<project ...
1
vote
0answers
419 views
Exe doesn't get created while using Launch4j
I have used the following code to create an exe file using Launch4j, ant script. HelloWorld.jar get created, but the HelloWorld.exe doesn't created. Any suggestion please?
...
1
vote
2answers
501 views
Lauch4j .ini file specify jre path
I am using Launch4j with a bundled jre version. The path of the jre version has to be configurable, so I though using the .ini file. I don't understand the documentations on the launch4j website, so ...
1
vote
2answers
618 views
Launch4j, NSIS, and duplicate pinned Windows 7 taskbar icons
I'm having a problem wherein when I pin a taskbar icon in Windows 7 for my application, clicking the icon opens up a separate (duplicate) icon for the program instead of keeping it grouped with the ...
1
vote
0answers
55 views
How to see the status of my application created using launch4j
I have created on exe application using launch4j.I created it in GUI mode and when i run the application it is not displaying any window or anything but i am able to see that the process is running ...
1
vote
1answer
145 views
How can user change the jre parameter values after the exe is generated in Launch4j?
Is it possible to change the jre parameter values after the exe file is generated through Launch4j?
The ideal scenario is like this:
The default parameter values are applied when the program is ...
1
vote
1answer
463 views
Why/How does a application keep mutex references created by another process?
I have this somewhat unusual process structure:
Launch4J starts my Java application. It creates a mutex to provide single-instance functionality.
The Java application starts a VB6 application.
When ...
1
vote
1answer
407 views
create exe using launc4j java
i have created exe by luunch4j and build.xml ant file in java but when i click exe i'm get could not find main class program will exit kind of message,even i click on jar file it also giving ...
1
vote
1answer
235 views
Why I receive a message from the Program Compatibility Assistant?
The setup of my own program produce after finish a message from the "Program Compatibility Assistant" that the program was not installed correctly but it is all correctly.
The same problem I have ...
1
vote
3answers
1k views
How to link lwjgl dll with launch4j
Hey all,
I am trying to wrap my jar as an exe using launch4j. However I am using the lwjgl library and having trouble linking the native dll's. My directory structure is as follows:
I have a top ...
0
votes
2answers
28 views
launch4j/OneJAR packed .exe file corrupted
I'm using OneJAR to package my application into a single jar.
The OneJAR created .jar file launches perfectly on Windows and the JOGL code runs fine.
I then I turn this .jar file into an .exe file ...
0
votes
0answers
29 views
BKM to deliver a web-based java application + Jetty + JRE to end-user
I have a Java application with a web-based UI (using Vaadin framework).
I want users to get the app and run on their local machines. Some users can be not very technical, so need to make this as ...
0
votes
0answers
57 views
Launch 4j details with examples for web application [closed]
I need to combine some applications installers using launch4j.
Is it possible to convert exe files into jar files?
My application is in Eclipse environment, that I converted jar files.
In step 2 of ...
0
votes
1answer
110 views
Details about ProGuard, Launch4j?
What is the purpose of ProGuard?
How to use Proguard in my web application project?
In web application project I used Struts 2.
How do use Launch 4j in my project for converting exe file. Before ...
0
votes
2answers
103 views
How to rechange the name of javaw.exe [closed]
I renamed javaw.exe. I started up minecraft and I get this error:
Launch4j
The registry refers to a nonexistent Java Runtime Environment installation or the runtime is corrupted.
Thes system ...
0
votes
0answers
68 views
Escape property in pom.xml
I would like to escape a property in pom.xml. Not in ressources, I know it is possible with a filter. For example I try to use launch4j plugin like this :
<plugin>
...
0
votes
1answer
139 views
Launch4j JRE Installation or bundled
I'll ship my application as .exe file on a cdrom.
When the end user gonna start the program, the following events should occurs (in case he hasn't got any valid JRE installation):
If the user ...
0
votes
1answer
369 views
running launch4j as a ant build task on macosx
Im trying to run launch4j as a build task on macosx but im getting the following exception:
/Users/myname/Desktop/build/buildarms2jar.xml:67: net.sf.launch4j.BuilderException: ...
0
votes
2answers
575 views
Launch4j - java-executable wrapper — Windows7
Scenario:
java-app wrapped with launch4j -- works fine on the dev-machine with Windows Vista -- on a plain Windows7 machine it asks to install Java JRE - but wont start the application.
Anybody ...
0
votes
1answer
143 views
maxHeapPercent parameter in Launch4j
In Launch4j, the memory configuration can be based on the percentage of the available memory size. For example:
<maxHeapPercent>50%</maxHeapPercent>
specifies that the maximum heap size ...
0
votes
1answer
117 views
-server option for Launch4j?
I've been poking around the launch4j website and can't seem to figure out how to set the -server program option, there's an old forum post indicating it might be a future option but no further details ...
0
votes
3answers
867 views
Code Signing for my Lauch4J/NSIS Installer on Windows XP?
What is the procedure for signing my code so that when user clicks on the installer it does not prompt unknown vendor.
My Setup is,
Application is java based.
I wrap jar with launch4j
Installer is ...
-1
votes
3answers
91 views
How to refer a jar outside exe in Java desktop application?
I have a Java application installed. The jar is bundled into an .exe file using Launch4J. Now I want to create a patch for this application.
If I create another jar containing only updated files, ...