Re: RCP App exe on Windows does not find JDK

2021-10-12 Thread Steven Yi
Hi Neil, I did end up going with embedding the JDK on Windows and am working out my github actions to package the macOS .app twice (for x86_64 and arm64). I based it on your praxis-live scripts; many thanks! The nbpackage work looks very welcome. I will try to take a look as soon as I can. Thank

Re: RCP App exe on Windows does not find JDK

2021-10-11 Thread Neil C Smith
Hi Steven, On Sat, 9 Oct 2021 at 16:48, Steven Yi wrote: > 3. Does anyone have recommendations here? I think I might go down the > same route as PraxisLive and start bundling a JDK with the built app > but it felt kind of odd that Netbeans by default does not generate > platform applications capa

RCP App exe on Windows does not find JDK

2021-10-09 Thread Steven Yi
Hi All, I hadn't been testing my RCP app on Windows for a while and a user reported that they installed my program and got a message of "Cannot find Java 1.8 or higher" after double-clicking the .exe. I checked and found that to be the case with both my application as well as a basic Maven Platfor