http://www.restlet.org/tutorial
Using todays download.

Compiling the examples, I get

08-Nov-2006 18:42:16 org.restlet.util.Factory getInstance
SEVERE: Unable to register the Restlet API implementation. Please
check that the JAR file is in your classpath.
Exception in thread "main" java.lang.NullPointerException
       at org.restlet.Container.<init>(Container.java:65)
       at tranformation.Serv1.r(Serv1.java:53)
       at tranformation.Serv1.main(Serv1.java:84)

The line is
       Container container = new Container();

which jars are required for the examples please?
Nothing mentioned in the tutorial?

TIA

--
Dave Pawson
XSLT XSL-FO FAQ.
http://www.dpawson.co.uk

Reply via email to