Hi,
I've developed a small JavaFX self-contained application that uses a 3rd Party API (from Moyosoft) to connect to an Exchange server. The code works fine when run from within the IDE but when packaged as a self-contained exe and then installed on the users machine, its stops working. The strange thing is that the executable jar packaged with the self-contained application still works on the users machine. Does anyone have a clue how the 'exe' would fail but the executable jar that it eventually runs still works? Baffled...
Cheers
Andy.