|
|
|
Re: jetty continuation help! [message #665896 is a reply to message #665853] |
Mon, 18 April 2011 00:29  |
Eclipse User |
|
|
|
On Sun, 2011-04-17 at 02:45 -0400, ravi wrote:
> hi David!
> First off all thanks for your reply.I'm still unable to compile the servlet which uses jetty continuations.I'm still getting
> package org.eclipse.jetty does not exist even after including the continuation file in classpath !.I have used the following code for compiling. :blush: Please check for any error.
>
> javac -cp C:\jetty7\lib\servlet-api-2.5.jar;C:\jetty7\lib\jetty-contin uation-7.3.0.v20110203.jar ContinuationServlet.java
>
>
> thanks in advance,
> ravi.
>
You need to include ALL the required jars in your class path. You
removed one that you probably need and replaced it with one you
definitely need. Check the documentation for Jetty to find out what
jars are needed to compile/run servlets that use the continuation api.
|
|
|
Powered by
FUDForum. Page generated in 1.08851 seconds