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


i have developed java application eclipse. have exported in .jar format. works great, there issues;

  1. the icon 1 of jvm , can't modified
  2. if pc application runs, not have java sdk, application can't start.
  3. in case, example linux, application not start if user select box authorize.

so @ end, want transform .jar file, native format other os, such .exe, .app , .deb specific icon. how can ?

1) icon 1 of jvm , can't modify
2) if pc application runs, not have java sdk, application can't start.

there way embed jre in executable. way can create native build target systems 1) allow change icon 2) make app run on pc javavm not installed.

i recommend using avian free: http://oss.readytalk.com/avian/

also might interested in thread: embed jre in windows executable?


Comments