Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. 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.