ThatGuy343
ThatGuy343

Reputation: 2424

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

I have a jar file for an application i've made and would like to deploy it now as an .app and .exe file.

Is this possible?

I've seen applications do this before and i don't know how it's done. Is there a tool/eclipse plugin I need? Would i need a developer subscription with apple for OSX? I don't know where to go next, some recommended steps to take would be amazing thank you!

So far for testing, i've been doing Run > Run As > Java Application from within eclipse. As stated in the title I wanted the .app and .exe to act as a wrapper for the .jar.

Upvotes: 3

Views: 3586

Answers (1)

user784540
user784540

Reputation:

For OSX consider making OSX Application Bundle

For Windows consider Launch4j

Upvotes: 3

Related Questions