How to export .jar with icon and native extension under Eclipse

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?

+4
source share
1 answer

1) JVM 2) , , Java SDK, .

JRE . , , 1) 2) , JavaVM .

Avian, : http://oss.readytalk.com/avian/

: JRE Windows?

+4

All Articles