sroeper commented on PR #6494: URL: https://github.com/apache/netbeans/pull/6494#issuecomment-1736325847
@mbien I renamed the PR by removing "for jdk16" as suggested. - I downloaded the artefact "mac" which is a zip file containing the profiler library "libprofilerinterface.jnilib". - I checked if it contains x86_64 and arm64 code with lipo -info libprofilerinterface.jnilib and lipo reports that both are included. - I removed libprofilerinterface.jnilib from my Netbeans 19 installation and dropped the library from the downloaded artefact into that place, an test profiling was successful. So I think it should be fine. -- 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
