我正在尝试在 tomcat 服务器上设置 thingworx 8.1 战争。我已将 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
我真的被困住了。请帮帮我!!!