JnetiX is a framework, so you do not "run" it.
You can run our test, to see how it works.
If you have the source, and used maven to compile, just do
maven test
.
If you have got the binary jar file (jnetix-X.Y.jar), simply double click it, or
java -jar jnetix-X.Y.jar
. You
do
need java 1.4 or greater.
Problems with JnetiX? Take a look at the tutorial (TODO).