Running and Developing Cytoscape 3 on Eclipse
Introduction
This is a tutorial document to learn how to run and develop Cytoscape 3 on Eclipse's OSGi Runtime (Equinox)
Requirments
- Java SE 5/6
- Eclipse 3.4
- m2eclipse
Procedure
- Start Eclipse.
Checkout Cytoscape 3 from the current SVN trunk: http://chianti.ucsd.edu/svn/cytoscape3/trunk/
- Quit Eclipse
From command line, run mvn pax:eclipse. This command generates eclipse project files.
- Start Eclipse again