Menu

I dont get it after all..

PanDemic73
2006-12-28
2013-05-29
  • PanDemic73

    PanDemic73 - 2006-12-28

    Hi,

    Yesterday I got the SimpleGraphDraw to work after feedback from Tom, the Wizard. It was a simple matter of classpath and jar files, or at least so it seemed. Now I need to confirm this:

    1. Download jung-1.7.5.jar and place in my classpath.
    2. Download jung-1.7.5-src.jar and place it in my sourcepath.

    Download and place the remaining files from the Jung Download list according to the documentation, and I am all set.

    Is pt. 1 and 2 correct? Do I need other Jung files? I am asking, as it seems not all code is working as expected. I feel the Getting Started section of the online manual should mention this explicetly just to avoid any confusion.

    /P

     
    • Nobody/Anonymous

      Step 2 isn't necessary; -src and .jar are the same thing, although one of them has source files. Note that JAR files need to explicitly be added to the classpath:

      classpath= \jars\jar1.jar;\jars\jar2.jar
      etc

      What do you mean that "not all code is working"?

       

Log in to post a comment.