Hi,
I am working on a POC to generate TDE file on our Dev environment. As per the document provided by Tableau team we have set up our project in eclipse locally and the code is working fine. My local environment is set up in Windows and I am setting path as path={tableau install dir}\bin.
Now the same code I want to deploy in our Dev environment which is linux platform and tomcat server. When I am deploying the code to dev i am getting error as "Could not initialize class com.tableausoftware.extract.ExtractAPI". I am assuming that the path={tableau install dir}\bin is not been set.
Please let me know where to store bin directory in tomcat and how to set the path.
Regards,
Susant
On linux you need to set two things:
After building your executable when execution "ldd your_binary" your should see boost and libDataExtract in the output.