Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
Hi I want install Thing worx 7.4 on Mac facing issue Error "Failed to load FlxCore library" is returned when starting ThingWorx 7.4.
Please help..
Solved! Go to Solution.
Hi Rajanikant,
Initially i also faced the same issue.
The issue solved by adding the following code JAVA_OPTS="$JAVA_OPTS -Djava.library.path='/../../tomcat/webapps/Thingworx/WEB-INF/extensions'" in the catalina.sh file.
Thanks,
Jothi K
Hi Rajanikant, it seems the path to the license file is not correctly setup for you. Please review this 7.4 Thingworx does not launch due to license error in Windows on how to setup the path for license, even though it's on windows you still can use the same step for configuring the path.
Hi Rajanikant,
Initially i also faced the same issue.
The issue solved by adding the following code JAVA_OPTS="$JAVA_OPTS -Djava.library.path='/../../tomcat/webapps/Thingworx/WEB-INF/extensions'" in the catalina.sh file.
Thanks,
Jothi K
Jothi, great to see you are now the one answering questions!
Thanks Jothi,
It is working.
We just added JAVA_OPTS="$JAVA_OPTS -Djava.library.path='/Library/tomcat/webapps/Thingworx/WEB-INF/extensions'" in Catalina.sh file.
We also installed Install apr on Mac OSX – Mac App Store .