Skip to content

UsingThumbnailatorInEclipse

Chris Kroells edited this page Sep 20, 2015 · 4 revisions

How to use Thumbnailator in Eclipse

Using Thumbnailator in Eclipse is simple.

Download the JAR

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.

Add the JAR to the Build Path

In order to use Thumbnailator in a Java Project in Eclipse, one must include the JAR file in the build path, following these directions.

  1. Right click on the Java project icon, select Build Path > Add External Archives...

https://raw.githubusercontent.com/wiki/coobird/thumbnailator/img/using/eclipse/thumbnail-step1.png

  1. Find and choose Thumbnailator-<version_number>-all.jar

https://raw.githubusercontent.com/wiki/coobird/thumbnailator/img/using/eclipse/thumbnail-step2.png

  1. Done!

https://raw.githubusercontent.com/wiki/coobird/thumbnailator/img/using/eclipse/thumbnail-step3.png

Clone this wiki locally