Welcome to the Jazz Community Forum
I can not see my updated class file changes in the pending changes in RTC. Is there anything I'm missing?

I can not see my updated class file changes in the pending changes in RTC.
I have a RTC VS plugin installed and I have a java project in the Sandbox.
I need to check-in and deliver the class files into the RTC, but I'm unable to see the changes in Pending Changes window.
When I compare the file with the local changes I see the differences.
I have tried to refresh the Sandbox, Remote changes and both as well.
Accepted answer

.class files ( and many other generated artifacts) are typically globally configured to be ignored in the RTC eclipse client. You might check under Window / Preferences / Team / Ignored resources.
also in the eclipse project's .jazzignore ( if it's there )
For example in one of my eclipse project .jazzignore is this stanza:
core.ignore.recursive= \
{*.class}
also in the eclipse project's .jazzignore ( if it's there )
For example in one of my eclipse project .jazzignore is this stanza:
core.ignore.recursive= \
{*.class}