From Ted wiki
For developing ted is adviced to use Eclipse as Java Development Environment. For the UI we use a plugin in Eclipse called jigloo.
If you have a fresh checkout of ted's Subversion repository it is easy to get everything working in Eclipse...
Add ted project
- Open Eclipse
- From the File menu, click New project
- Create a new Java project
- Fill in a name, for instance ted
- Click Create project from existing source
- And browse to the folder where you checked out ted's subversion repository. Be sure to add the topfolder, so not only the folder containing the .java files.
- Click Finish
Add correct build path and external Jars
- Right click on the new project and choose Properties
- Click Java Build Path, Add folder, Tick the main project folder
- Click Libraries, Add External Jars, and add applejavaextensions.jar, jdic.jar and rssutils.jar from the folder /ted/ in the subversion folder of ted.
Run
- From the Run menu, click Run...
- Browse to the ted project.
- Click Search, choose ted.TedMain as Main Class.
- Click Run.
If you have any problems setting up eclipse, please or post in our support forum.