0

Does anyone use TDengine database on MacOS?

I installed Java and TDengine, and configure the path. However, it still reports the following error:

no taos in java lib path

Do I miss some steps?

superman
  • 1
  • 4

1 Answers1

0

You can try this command:

 ln -s /usr/local/lib/libtaos.dylib  /Library/Java/Extensions/libtaos.dylib
cpvmrd
  • 51
  • 4