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
Post a Comment