Re: Bundling JRE with platform application on OSX
Peter Hansson <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <CAC55jYO6x6SUY+DugbO3tjzwRED+4=iS0Fa3gaEh4J=jBNad-Q@mail.gmail.com> |
I'm the author of referenced RFE. The ticket contains what needs to be done and you can follow that yourself. It is a really a small fix the NB developers. If you are to fix it yourself then it requires you know how to checkout NB source, correct the problem (as per the recipe), build yourself a new nbi_engine.jar and finallly that your know how to utilize this new custom nbi_engine.jar in your project as opposed to the one that comes with NB itself. This is exactly what I do in my projects. I've corrected numerous problems in NBI Engine so I've forged my own. In the spirit of open source I've made sure to report back to bugzilla exactly what I've corrected and why so that others can follow. Supporting JRE bundle is just one of several enhancements / bugs I've done on NBI Engine. Each of those is logged in bugzilla. It is my impression that NBI in NetBeans world is dormant. So you better learn the above steps if you are serious about developing apps on the NB Platform that utilize the NBI. Just my two cents. :-) Regards, Peter On Thu, Jun 16, 2016 at 10:42 PM, Ayman Habib <[email protected]> wrote: > Hi all, > > I'm trying to package my application (based on the NetBeans platform) for > Mac OSX. The latest recommendation from Apple is to bundle JRE. I found the > bug report below > https://netbeans.org/bugzilla/show_bug.cgi?id=250103 > stating the problem, but I'm not sure how other developers are handling it > as of now. > > Ideally the solution would not involve manual copying of JRE so it can be > automated on non-development machines. > > Thanks much for your help, > -Ayman > > > >