I have some jar files to be added in my project.
Add those jar files as External Jar files in Java Build Path
for my project but it has java.lang.VerifyError
when I run the project:
Could not find class 'com.sforce.ws.ConnectorConfig', referenced from method
Add those jar files to my libs folder and add them in Java Build Path
, until my PC CPU consumption around 90%.
I believe that add them either as External Jar or put them as internal Jar won't give me issue.
What's wrong with it?
Note: My total jars size is around 9MB.