DevCharly commented on pull request #3522: URL: https://github.com/apache/netbeans/pull/3522#issuecomment-1023596400
> The file probe however only checks windows dlls. @mbien the Ant property `jvm.arch.string`, which this PR affects, is used only for the Windows "exe" launcher. Also think that the old check works only on Windows because it uses backslash in the path. Anyway, compared 32bit and 64bit **Linux** builds of Zulu and Bellsoft: - Java 8: 32bit has directory `jre/lib/i386`, 64bit has `jre/lib/amd64` (Java 11 and 17 do not have these dirs) - Java 11 and 17: have not found a file/directory to detect 32bit For macOS I have not found 32bit builds. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
