deployment - JavaFX exe bundling for x86 windows systems -



deploy java apps bundle contains jvm, there's no need install jvm on system.
btw: no jnlp applet, normal swing application.
did using ant's fx:deploy. works 64bit systems. problem is, want deploy application 32bit system , don't work.

here's did:
i've set clean windows 7 (32bit) instance , installed 32bit jvm. ran ant script build bundled java app , built app.exe.
when tried start exe double clicking, following message box
failed create jvm
if click ok, message box
failed launch jvm
after app terminated.
did not find searching web relating bundling 32/64 bit systems.
glad if can point me in right direction.
many in advance!
greetings, -chris-

looks known bug fixed upcoming javafx version (currently known 2.2.40):

on bug case, user mentions work-around:

if give try workaround documented in rt-22610, copy runtime\jre\bin\msvcr100.dll side application's launcher binary, fixes it.

i think bug fixed in jdk 8, possible work-around download jdk 8 access release , use packaging tools there package java 7 application (though have never tried , not sure if work).


Comments