Hello. I use Ubuntu 14.04. Now I need to make an .exe file from a .jar file. When using launch4j there is a problem with the display of Cyrillic. When you run a .jar file, everything works as it should. What can be used instead of launch4j for this purpose?

  • one
    Are you going to run this exe file in Ubuntu? - Igor Kudryashov

1 answer 1

If you are trying to run your exe file in Ubuntu, then most likely it runs in Wine with all the accompanying Wine environment - fonts, etc. When you run the jar file, it starts directly in Ubuntu. There is no need to do any exe files - these nonsense are used in extremely exceptional cases and in my opinion do not give any advantages over using the usual jar, run through the bat or sh script.