“java.lang.RuntimeException: You can set the
TD_LIBRARY_PATH through environment variables or Java system properties to specify the search path for dynamic libraries taos.dll”
TD_LIBRARY_PATH through environment variables or Java system properties to specify the search path for dynamic libraries taos.dll”
这个环境中安装了 TDengine的安装包吗?
配置的是使用 原生连接方式吧,从错误信息看是找不到需要的 taos 库。
我这个是引入了依赖,然后使用jni的方式不行,使用ws的方式也会报,最后硬编码才解决了但是又遇到其他问题
请参考官网的示例吧。