====== Installing additional JAR files in Eclipse ====== I setup a directory on my local file system and copy these .jar files there: D:\jar ===== Command Line Ant ===== Next you need to modify your path to include this directory so Ant (command line) can find these files. These instructions for for Windows XP. - Click Start > Settings > Control Panel > System - Select the "Advanced" Tab - Click "Environment Variables" - Under "System Variables" scroll down until you see the PATH variable - Highlight that and click "Edit" - Scroll to the end of the "Variable Value" and add the path you copied the .jar files to Example: C:\CFusionMX7\runtime\jre\bin;%ANT_HOME%\bin;D:\jar Click OK 3 times to close that dialog ===== Eclipse ===== - Window > Preferences - Expand Ant - Click Runtime - Select the Classpath tab - Expand the “Ant Home Entries (Default) - Click "Add External JARS..." - Navigate to your /jar directory and select all the .jar files there - Click "Open" - Click "Apply", then "OK" Now you should be able to use the example scripts, either via the command line or within Eclipse.