Eclipse settings
Taverna project properties
Right click on the Taverna project, select properties (normally at the bottom of the list).
Pick "Java Build Path". Select the "Order and Export" tab. Ensure that "Maven 2 dependencies" is checked and that "JRE System Library" is unchecked. All the other possibilities will probably be checked.
Run settings
When running Taverna check the settings for the tabs:
Main
Project
This should be the name of the project that you checked Taverna out as e.g. "Taverna 1.0" (without the quotes)
Main class
This should be "net.sf.taverna.tools.Bootstrap" (without the quotes)
Arguments
Program arguments
This should be left blank
VM arguments
- -Dtaverna.home={your-home-directory}/.taverna-snapshot -Xmx512m e.g. -Dtaverna.home=/Users/alanrw/.taverna-snapshot -Xmx512m
- -Dtaverna.startup={eclipse workspace}/{project name}/src/main/resources/workbench
e.g. -Dtaverna.startup=/Users/alanrw/workspace/taverna1.0/src/main/resources/workbench
- -Draven.repository.0={raven repository URL} e.g. -Draven.repository=file:///Users/alanrw/.m2/repository
If you are on a Mac you also need
- -Dtaverna.dotlocation={a Taverna installation}/Contents/MacOS/dot
e.g. -Dtaverna.dotlocation=/Applications/taverna.app/Contents/MacOS/dot
JRE
Leave alone
Class path
Bootstrap Entries
Should be the JRE library
User Entries
Should be
- {project name} e.g. "taverna 1.0"
- Maven 2 dependencies
If "Maven 2 dependencies" does not show up then remove "taverna 1.0" and add it with "Add Projects"
Source, Environment and Common
Leave alone