0

I want to get standalone executable app. after search and find many thing one of the most interesting for me is: First of all please check this tutorial

OK now I want to know can use that way shows on that above link for non RCP ? I mean I write a java app and now want to run it standalone I know Launch4j and other things can do it but can I do it with Eclipse too like that above tutorial ?

user3855547
  • 2,045
  • 2
  • 12
  • 8
  • Or [this](http://stackoverflow.com/questions/23359351/build-one-jar-per-platform-for-multi-platform-swt-application) and [this](http://wiki.eclipse.org/FAQ_How_do_I_create_an_executable_JAR_file_for_a_stand-alone_SWT_program%3F) if a `jar` is sufficient. – Baz Aug 10 '14 at 10:28
  • That tutorial is specifically for Eclipse RCP apps - that is apps that use the Eclipse plugin architecture. Since it seems to be based on Eclipse 3.6 it is likely to be a bit out of date as well. – greg-449 Aug 10 '14 at 10:31
  • The best way to deploy Java desktop apps. is to install/launch the app. direct from a link using [Java Web Start](http://stackoverflow.com/tags/java-web-start/info). JWS works on Windows, *nix and OS X. – Andrew Thompson Aug 10 '14 at 10:34

0 Answers0