I developed a Java application with Eclipse. I also exported in format .jar. It works great, but there are some problems;
- The icon is one of the JVMs and cannot be changed.
- If the PC where the application is running does not have the Java SDK, the application cannot start.
- In some cases, such as Linux, the application does not start if the user selects an authorization window.
So, in the end I want to convert the file .jarto a native format for another OS, for example .exe, .appand .debusing a specific icon. How can i do this?
source
share