Tomcat サーバーで thingworx 8.1 war を設定しようとしています。catalina ファイルの JAVA_OPTS を次のように構成しました。
set "JAVA_OPTS= %JAVA_OPTS% -Djava.library.path=path-to-tomcat-webapp\Thingworx\WEB-INF\extensions"
次のようにファイルを設定して、 setenv バッチ ファイル アプローチも試しました。
set LD_LIBRARY_PATH=path-to-tomcat/webapps/Thingworx/WEB-INF/extensions/
それでも、thingworx のアプリケーション ログに次のようなエラーが表示されます。
Failed to load FlxCore library. Ensure it's in PATH (Windows) or LD_LIBRARY_PATH(other platforms) or set with the VM arg, -Djava.library.path. Error message : com.flexnet.licensing.DllEntryPoint.entry([B)I
私は本当に立ち往生しています。私を助けてください!!!