0

In eclipse, I changed library from tibco.jar into tibco_v3.jar. After that I get error: java.lang.NoClassDefFoundError: R$styleable....

Please help me.

jupiter
  • 143
  • 1
  • 11

1 Answers1

0

This happens because you haven't selected private libraries on project properties.

Go to project in eclipse and Right click on the project --> select properties --> select java build path --> select order and export tab and select relevant private libraries listed.

Dinesh Anuruddha
  • 7,137
  • 6
  • 32
  • 45