Re: [jgrapht-users] Problem with libraries
Brought to you by:
barak_naveh,
perfecthash
From: John V. S. <js...@gm...> - 2008-05-22 07:37:41
|
Hi Jakub, You must be picking up an old (pre-0.7) version of JGraphT. Please download the latest (0.7.3) from http://sourceforge.net/projects/jgrapht See also: http://jgrapht.wikispaces.com/MigrationTo0.7 JVS Jakub Rojek wrote: > Hello! > > I have found a code for demo for JGrapht graph visualization using the > JGraph library ( http://jgrapht.sourceforge.net/visualizations.html ). > Before I had run the demo i had downloaded and imported the JGraph and > JGrapht libraries to my project. The problem is that i can not find the > following files in the libraries. The following list includes packages > missing in the libraries: > import org.jgrapht.ListenableGraph; > import org.jgrapht.ext.JGraphModelAdapter; > import org.jgrapht.graph.ListenableDirectedGraph; > import org.jgrapht.graph.DefaultEdge; > > The funny thing is that this org.jgrapht is described in the api of > JGrapht but i can not find it in the jars that i have found on the website. > > Greetings > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > jgrapht-users mailing list > jgr...@li... > https://lists.sourceforge.net/lists/listinfo/jgrapht-users > |