http://www.restlet.org/documentation/1.1/firstSteps
says,
Create a new Servlet Web application as usual, add a
"firstStepsServlet" package and put the resource and application
classes in. Add the archives listed below into the directory of
librairies:
* org.restlet.jar
* com.noelios.restlet.jar
* com.noelios.restlet.ext.servlet_2.5.jar
I found to compile it I needed (from tomcat 6)
$ javac -cp
.:/tc/lib/servlet-api.jar:/tc/lib/catalina.jar:/tc/lib/tomcat-juli.jar
SimpleServlet.java
I.e. the 3 jars from tomcat?
Using those, it compiled fine.
Are the restlet jars need for runtime please?
(I've started a small HOWTO, Tomcat 6 and restlets,
http://www.dpawson.co.uk/tomcat/index.html)
TIA
--
Dave Pawson
XSLT XSL-FO FAQ.
Docbook FAQ.
http://www.dpawson.co.uk
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=1122784