Hi,
I used JavaFX ant tasks to create all native packages on Mac OS X (JDK
8u51 on latest Mac OS X). Both .app and .dmg packages are working flawlessly.
However, for PKG package, the very first installation was successful and my
application show up in /Applications folder. However, if I delete my app from
/Applications and use PKG package to install again, the installation process
will always run successfully. However, my application did not show up inside of
/Applications. I already tried to use pkgutil —forget <application id> and
rebooted my Mac. It is still the same result. Installation of PKG package are
always successful. But my application is not installed under /Applications
folder.
Thanks,
Tai