= Introduction = There were some discussions in the [[http://groups.google.com/group/cytoscape-discuss|cytoscape-discuss]] mailing list about how to proceed to use external libs in a plugin. Questions "like where to put the libs?" arose. The aim of this page is to collect information and experiences about this topic, so feel free to add content here. = Where to put the libraries = From http://groups.google.com/group/cytoscape-discuss/browse_frm/thread/b9c9af27724e3ffe/f71e64d039911635?q=library&rnum=2#f71e64d039911635 looks like the best place is the plugins folder. While trying to do this with [[http://www.jython.org|Jython]] I got some errors that stopped the loading of other plugins. Does anyone had similar experience? In case you need external libraries that creates conflicts in the plugin folder, see also message: http://groups.google.com/group/cytoscape-discuss/browse_thread/thread/a8f0888d1be368a/15d64f17591be937 This helps also when extrenal libraries are "important". Another possibility (from the same thread above) is to put all the libs in a unique jar file.