Jar file with all it's dependencies [message #1280778] |
Sun, 30 March 2014 19:21  |
Eclipse User |
|
|
|
Hi guys, I'm trying to package a javafx application into a single jar file, but with all it's dependencies on a single jar file, anyone can help-me, Im trying to generate using build.fxbuild but with no success.
Thanks
|
|
|
Re: Jar file with all it's dependencies [message #1281719 is a reply to message #1280778] |
Tue, 01 April 2014 04:57  |
Eclipse User |
|
|
|
Hi,
So why does it have to be 1 jar file? The default way to ship JavaFX
application is to use the fx-packager tool coming with the JDK which
also includes the JRE and creates an installer (setup.exe, dmg, rpm/deb).
If you don't want to use an installer but createing a big jar (be aware
that this will not launch by default with JDK7!) then you can use the
eclipse export feature found in:
File > Export > Java > Runnable Jar
but once again I would not ship the product this way!
Tom
On 31.03.14 14:43, Emerson Morgado wrote:
> Hi guys, I'm trying to package a javafx application into a single jar
> file, but with all it's dependencies on a single jar file, anyone can
> help-me, Im trying to generate using build.fxbuild but with no success.
>
> Thanks
|
|
|
Powered by
FUDForum. Page generated in 0.05051 seconds