forked from coobird/thumbnailator
-
Notifications
You must be signed in to change notification settings - Fork 0
UsingThumbnailatorInEclipse
Chris Kroells edited this page Sep 20, 2015
·
4 revisions
Using Thumbnailator in Eclipse is simple.
First, download the JAR file from the Downloads page.
When choosing a JAR, using the Thumbnailator-<version_number>-all.jar is recommended, as the JAR contains the sources, which will allow
Eclipse to display the Javadoc documentation as part of auto-complete.
In order to use Thumbnailator in a Java Project in Eclipse, one must include the JAR file in the build path, following these directions.
- Right click on the Java project icon, select Build Path > Add External Archives...
- Find and choose
Thumbnailator-<version_number>-all.jar
- Done!