-2

I'm working on using scribe-java and ran into the following issue:

When I run in Terminal:

cd src/test/java/org/scribe/examples/ javac TwitterExample.java

I get the error:

package org.scribe.oauth does not exist

How do I install that package?

I'm using Eclipse if that matters.

James
  • 2,454
  • 1
  • 22
  • 22
ma11hew28
  • 121,420
  • 116
  • 450
  • 651
  • 1
    My Google search took me here. Maybe this is not off-topic, Daniel, bmargulies, Rob, and JNK. (And taking into account up votes on the answer, I'd say this question's validity and usefulness to the community should be reassessed.) – Jonathan Komar Oct 22 '18 at 08:48

1 Answers1

2

Perhaps you should read the Getting Started page.

kylc
  • 1,333
  • 10
  • 15