How to add Google's Guava to eclipse so I can read the source code -


i can add guava-18.0.jar project, yet binary code.

i want read source code ctrl+click. thanks!

you can sources , javadoc jars here

you may want create user library 3 jars

  • go [window] → [preferences] → [java] → [build path] → [user libraries]

  • click [new] , type name of library, guava18 → click ok

  • click [add external jar] locate jar.

  • then can edit [source attachment] , [javadoc location]

after that, project, in build configuration dialog, [add library] → [user library]. select guava library.


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

visual studio 2010 - Connect to informix database windows form application -

android - Associate same looper with different threads -