You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2018/06/21 12:35:38 UTC

[GitHub] sdedic edited a comment on issue #573: [NETBEANS-417] Updating Windows launchers binaries.

sdedic edited a comment on issue #573: [NETBEANS-417] Updating Windows launchers binaries.
URL: https://github.com/apache/incubator-netbeans/pull/573#issuecomment-399088163
 
 
   After some thoughts ... are there some reasons why the "app" launcher diverges from the "netbeans" so much ? There also are some corner cases in NB's launcher which are not handled by "app" launcher.
    For example: 
   * `HOME` token has different meaning on Windows and *NIX: on Windows, $HOME is replaced by `AppData` or `LocalAppData`; on UNIXes, HOME is ... well ;) home. The "netbeans" launcher uses the same (CSIDL_DESKTOP) for both cases.
   * `DEFAULT_USERDIR_ROOT` is not procssed by "app" launcher, which invokes nbexec.dll without `--default_userdir_root`. This may cause issues if an  upgrade mechanism  similar to NetBeans is used (I do in my app).
   * platform cluster can have '''absolute''' path in NB/*NIX, but not in "app". But both launchers support absolute paths for platform cluster on Windows.
   * "app" launcher includes "platform" cluster in `--clusters` ? @JaroslavTulach - is it OK ?
   
   shouldn't we synchronize the launchers a bit ?
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists