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 2019/11/13 10:15:36 UTC

[GitHub] [netbeans] pedro-w opened a new pull request #1626: Use .exe suffix when looking for jmod on Windows

pedro-w opened a new pull request #1626: Use .exe suffix when looking for jmod on Windows
URL: https://github.com/apache/netbeans/pull/1626
 
 
   I was seeing "Warning: nbjdk.active=... or nbjdk.home=... is an invalid Java platform" warnings when building NB on Windows. The reason was that the build script was not finding the `jmod` executable in the JDK. This simple patch makes sure to look for it using the .exe suffix, using the same mechanism as it currently uses for `javac` et al.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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