Re: jpackage producing non-working binaries on Windows

2019-05-02 Thread Tom Anderson
  frame.getContentPane().add(button1);     frame.setVisible(true);     } } --- in your test app you should see some output though. - Alexey On 5/2/2019 7:14 AM, Tom Anderson wrote: Hi Alexey, Here is a demo project: https://github.com/tomwhoiscontrary/jpackage-demo If i run this on Windows (Windows 10 i

Re: jpackage producing non-working binaries on Windows

2019-05-02 Thread Tom Anderson
using the early access JDK 13 only to run jpackage at the end. Regards, tom On Wed, 1 May 2019, Alexey Semenyuk wrote: Hi Tom, What is your jpackage command line? Could you please rerun it with JPACKAGE_DEBUG environment variable set to "true". - Alexey On 4/30/2019 11:15 AM, To

jpackage producing non-working binaries on Windows

2019-05-01 Thread Tom Anderson
Hello, I am trying out the early-access jpackage tool. It works perfectly on Linux, but on Windows produces a binary which does not do anything when run. I would like to either fix any error i have made, or help you identify a bug, if there is one! Is this the right place to come with this