Deployment to exe [message #1118578] |
Fri, 27 September 2013 10:51  |
Eclipse User |
|
|
|
Hi,
I am deploying my application to an exe installer using the build.fxbuild. The build also includes the jre with the installer, is there any way to stop this from being included.
My application uses encryption which works perfectly when the jre is my java home, but when I execute the installed version, the jre is the version from the package and it does not support my application fully.
Is there any way I can make the installed package refer to the default java home?
Thanks for your help
|
|
|
Re: Deployment to exe [message #1119396 is a reply to message #1118578] |
Sat, 28 September 2013 07:57  |
Eclipse User |
|
|
|
Hi Brian,
fxbuild is simply a configuration file from which we generate an
ANT-File which uses the javafxpackager.
I've skimmed over
http://docs.oracle.com/javafx/2/deployment/self-contained-packaging.htm
but was unable to find if one can turn off this behavior.
What problem do you get with the packaged JRE?
You might also ask at the Oracle JavaFX-Forum. In case you find out how
it is done I'd welcome a bug report against
https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Efxclipse so that we
can add this feature
Tom
On 27.09.13 20:04, Brian Folan wrote:
> Hi,
> I am deploying my application to an exe installer using the
> build.fxbuild. The build also includes the jre with the installer, is
> there any way to stop this from being included.
> My application uses encryption which works perfectly when the jre is my
> java home, but when I execute the installed version, the jre is the
> version from the package and it does not support my application fully.
> Is there any way I can make the installed package refer to the default
> java home?
> Thanks for your help
|
|
|
Powered by
FUDForum. Page generated in 0.65413 seconds