I have developed a Java application with Eclipse. I have also exported in the .jar
format. It works great, but there are some issues;
- The icon is the one of the JVM and can't be modified
- If the PC where the application runs, it will not have the Java SDK, the application can't start.
- In some case, for example Linux, the application will not start if the user select the box authorize.
So at the end, I want to transform the .jar
file, into the native format for the other OS, such as .exe
, .app
and .deb
with a specific icon. How Can I do this ?