Carl Rosenberger
Carl Rosenberger

Reputation: 910

Google Collections sources don't compile

I just downloaded the Google Collections sources and imported them into a new Eclipse project with JDK 1.6.

They don't compile for a couple of reasons:

What am I missing?

I also wonder if unit tests for these collections are available to the public.

Upvotes: 3

Views: 434

Answers (1)

Esko
Esko

Reputation: 29367

Seems like you're missing JSR-305 as dependency. Try adding it to the classpath.

Upvotes: 2

Related Questions