Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Hi Experts,
How can I access Local (Java Code) under services? How can I view the actual java code?
Thanks
Mahesh
From Composer? no way.
I am assuming this is for Thingworx extensions that use Java code (such as resources). If so, the easiest way is a Java decompiler to decompile the jar files. I use this one: Java Decompiler
The java .jar files can be found either in the extension zip or in the Tomcat webapps folder.