Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » e(fx)clipse » Deployment to exe(Need help with deployment)
Deployment to exe [message #1118578] Fri, 27 September 2013 14:51 Go to next message
Brian Folan is currently offline Brian FolanFriend
Messages: 1
Registered: September 2013
Junior Member
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 11:57 Go to previous message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
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
Previous Topic:Missing bundle when setting up a target platform
Next Topic:JavaFx event locking problems with JRE 7u40
Goto Forum:
  


Current Time: Thu Apr 25 21:50:04 GMT 2024

Powered by FUDForum. Page generated in 0.03580 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top