Questions tagged [launch4j]

Cross-platform Java executable wrapper for creating lightweight Windows native EXEs. Provides better user experience.

Launch4j is a cross-platform tool for wrapping Java applications distributed as jars in lightweight Windows native executables. The executable can be configured to search for a certain JRE version or use a bundled one, and it's possible to set runtime options, like the initial/max heap size. The wrapper also provides better user experience through an application icon, a native pre-JRE splash screen, a custom process name, and a Java download page in case the appropriate JRE cannot be found. http://launch4j.sourceforge.net/

381 questions
-1
votes
1 answer

Setup Launch4j to create exe file include photos

I'm using Launch4j to create a exe file for my code. The exe file created successfully but because I use in my code some images into GUI, the exe file doesn't work. How can I insert my images into the exe file? Thanx
Ibrahim
  • 39
  • 1
  • 2
  • 5
-1
votes
1 answer

Error in launch4j while executing the java application

I created an exe file of my Java application which got created successfully. But when I try ans execute it and place some values in the form displayed , press submit button , it is showing the error: Executing:…
user1502308
  • 87
  • 1
  • 2
  • 9
-1
votes
1 answer

launch4j: "The process cannot access the file..."

I just upgraded to Win 7, and now my launch4j setup isn't working anymore. Clues? Using the launch file below, I get these errors: [exec] launch4j: Compiling resources [exec] launch4j: Linking [exec] launch4j: Wrapping [exec] launch4j:…
Anders Johansen
  • 10,165
  • 7
  • 35
  • 52
-2
votes
1 answer

Launch4j - JAR wrapped into exe does not start with .dll file

I'm creating a program that uses an external library, normally the executable JAR file would have created the .dll file in the same directory so that it will launch with it, but now that I've wrapped the JAR into an .exe file with Launch4j it does…
Golden
  • 1
  • 2
-3
votes
1 answer

I converted jar file to exe with launch4j and google says file hava virus

I converted a simple .java file to a .jar and converted it to .exe with Launch4j, and now Google says that my file has a virus. What should I do so that the file is not considered a virus? Does Launch4G have a virus?or do you know another app or…
MASEH
  • 1
  • 2
-5
votes
2 answers

How to convert exe application to jar file?

I have exe file called Myapp.exe. Now I want to convert .exe to jar file. That jar file should also work in NON JAVA system. I don't have any idea to implement it. Can anyone please suggest me how to do it?
user2155502
  • 11
  • 1
  • 4
1 2 3
25
26