3

What is the following error I get in Launch4J while converting my Jar file to an Exe:

Enter Mutex Name?

I am using Version 3.8 of Launch4J. Comment if you want me to elaborate.

Henry Zhu
  • 2,488
  • 9
  • 43
  • 87

1 Answers1

0

If you chose a Mutex, you allow only one instance of your application.

You can chose a random Mutex name, example: abcMutex0

Without Mutex:

WithoutMutex

With Mutex:

WithMutex

If you get the error Enter Mutex Name?, you may have tick "Allow only a single instance of the application" but you haven't enter a Mutex name.

tirz
  • 2,041
  • 1
  • 22
  • 37