[jgrapht-users] Using JGraphT with DrJava
Brought to you by:
barak_naveh,
perfecthash
From: Keith B. <krb...@ya...> - 2010-05-19 19:29:21
|
What is the proper way to extract and use a package like JGraphT with DrJava on Windows XP? My working folder is "C:\_java", and I would like to place the JGraphT package (and other packages) in a single library (say "C:\_java\library"). I tried extracting the zip file directly to that folder, but that placed everything in "C:\_java\library\jgrapht-0.8\jgrapht-0.8.1", which would necessitate a separate, fairly-long, version-specific classpath for each package I wanted to use, instead of a single common pointer to a "C:\_java\library". Is there a standard way of establishing these libraries and having a programming environment like DrJava find them automatically? Is there already a location set aside for users to add their own package libraries? Neither the JGraphT nor the DrJava documentation seems to go into detail in this regard. Thanks in advance for any assistance you can provide. |