java - Wrap jar as .app (OSX) and (.exe) for deployment? -


i have jar file application i've made , deploy .app , .exe file.

is possible?

i've seen applications before , don't know how it's done. there tool/eclipse plugin need? need developer subscription apple osx? don't know go next, recommended steps take amazing thank you!

so far testing, i've been doing run > run > java application within eclipse. stated in title wanted .app , .exe act wrapper .jar.

for osx consider making osx application bundle

for windows consider launch4j


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -