You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/04/25 02:35:09 UTC

[GitHub] [rocketmq] lwclover commented on issue #4202: about TransientStorePool

lwclover commented on issue #4202:
URL: https://github.com/apache/rocketmq/issues/4202#issuecomment-1108003894

   > java.lang.UnsatisfiedLinkError
   
   `LibC INSTANCE = (LibC) Native.loadLibrary(Platform.isWindows() ? "msvcrt" : "c", LibC.class);`
   
   My os is Windows 10. The line can be executed normally.


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org