Re: NB 8.2 What is the difference between app.exe and app64.exe when you use a 64 bit JRE ?
Peter Hansson <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <CAC55jYPLthtwiMY=LBWRJHQLv+O1k7jFbDDZkWQv-zHG3o-_LQ@mail.gmail.com> |
@bruelicke. Was offline today. As far as I remember I've done something very similar to what you figured out for yourself. I use Maven, not Ant, but this particular part is the same. Over time I've customized so, so many parts of the installer that I can hardly remember anymore. :-) On Wed, Oct 5, 2016 at 3:13 PM, bruehlicke <[email protected]> wrote: > I see it set in the ConfigurationLogic.java from property CL.app.name > which is set to {product-simple-name}. A HACK which did the trick was to use > > public static final String EXECUTABLE_WINDOWS = > BIN_SUBDIR > + ResourceUtils.getString(ConfigurationLogic.class, " > CL.app.name") + "64.exe"; // NOI18N > > > in that Java file. Not nice - but did the trick. > > > > >