Anderson Adolfs wrote:
> But now, when using the same code, with 0.7 JGraphT
> jar jgrapht-jdk1.4.jar, a compiletime error is ocurred
> saying that "The method findPathBetween(Graph, Object,
> Object) in the type DijkstraShortestPath is not
> applicaple for the arguments (Graph, INode, INode)"
>
> What I need to understand to make this code
> possible with 0.7 JGraphT lib ?
First, please go over the README.html file included in the JGraphT
distribution. The section on "Getting Started" covers the supported
JDK/JRE combinations. It sounds like there may be a problem with the
retroweaver-generated backport, but I'd have to see a reproducible test
case before I could tell you more. Depending on your deployment
constraints, you may be able to use jgrapht-jdk1.5.jar instead.
JVS
|