I'm trying to use a open source java library to visualize nodes and edges in a graph, but I'm completely lost. Up until now I've never needed anything more than the default libraries, and everything online seems to assume I obviously know how to use a new library...
I have a bunch of jar files in a folder. Clicking on SOME of the jar files makes java swing windows pop open with graphs displayed. Clicking other jar files does nothing. I saw a few references to opening jar files...there doesn't seem to be an option to do this (i'm on windows, and it lets me open it with Java or with Firefox, both get me the same result). It looks like Eclipse references a few jar files in its projects, but I can't figure out where it's getting them from. If I figured THAT out, would I just stick the jar files in there with the other ones, or would that still not work?
And if I ever DO figure out how to use these files, does that mean that I have to include them if I transfer my java project to another computer? How would I go about doing that?
I'm starting to think reinventing the wheel might be worth it, just so that I can avoid having to do all this mess ^_^;;