bobolounna / restfb

Automatically exported from code.google.com/p/restfb
0 stars 0 forks source link

ClassNotFoundException: com.restfb.DefaultFacebookClient #138

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create new Java Project, build path, add the restfb library
2. I try to create a FacebookClient: FacebookClient client = new 
DefaultFacebookClient(token); token is a String with the right access token
3. If i run a short test I get this error log: " (...) Caused by: 
java.lang.ClassNotFoundException: com.restfb.DefaultFacebookClient

Could someone tell me how to fix the problem... why could the class 
"DefaultFacebookClient" not be found? 

Thank you!

Original issue reported on code.google.com by fuert...@googlemail.com on 26 May 2011 at 2:09

GoogleCodeExporter commented 8 years ago
If you see this, you haven't included the RestFB JAR on the runtime 
classpath...this is a Java issue, not a RestFB one.

Original comment by mark.a.a...@gmail.com on 26 May 2011 at 6:40