views:

16

answers:

0

Hi,

Ok Sesame is driving me crazy. There are tens of jar files and every other tutorial mentions some other class, some other api .. I decided to use to code given on the openrdf documentation page to connect to a server

java.net.URL sesameServerURL = new java.net.URL("http://HOSTNAME/SESAME_DIR/");
SesameService service = Sesame.getService(sesameServerURL);
service.login("USERNAME", "PASSWORD");

However I cannot find the jar file which has the 'Sesame' class. Some places it is mentioned that I need to include Sesame.jar file but there is no such jar file anywhere. Can anyone provide me the link to that jar or the exact name of the jar file which has the Sesame class?