Peter, thanks for the quick help. For those who encounter the same problem: i solved it by using jersey client and core 1.5.ea08 jars (may work with 1.4 too). since the jars appear to miss some classes(!), i added the missing classes from source manually.now i works like charm. Cheers Boris
Am 22.12.2010 14:59, schrieb Peter Neubauer: > Boris, > in the server component, > <dependency> > <groupId>com.sun.jersey</groupId> > <artifactId>jersey-server</artifactId> > <version>1.4</version> > </dependency> > > is used. > > HTH? > > Cheers, > > /peter neubauer > > GTalk: neubauer.peter > Skype peter.neubauer > Phone +46 704 106975 > LinkedIn http://www.linkedin.com/in/neubauer > Twitter http://twitter.com/peterneubauer > > http://www.neo4j.org - Your high performance graph database. > http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party. > > > > On Wed, Dec 22, 2010 at 2:35 PM, Boris Zielinski > <[email protected]> wrote: >> Hi all, >> im new to neo4j and just set up a database on a linux box. >> This part was easy.DB works testing it with the curl examples. >> Now i was trying to connect to that database using Java - >> im using the "Create Simple Graph" example. >> I downloaded and imported external jars, jersey client and core. >> Trying to run the examle script i keep getting the error : >> java.lang.NoClassDefFoundError: javax/ws/rs/ext/Providers >> Some google brings out Class Providers is not part of all releases of >> jersey. >> so what release do i have to use to get it work - or did i miss >> something different? >> Cheers >> Boris >> _______________________________________________ >> Neo4j mailing list >> [email protected] >> https://lists.neo4j.org/mailman/listinfo/user >> > _______________________________________________ > Neo4j mailing list > [email protected] > https://lists.neo4j.org/mailman/listinfo/user _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

