When you find error in line import org.eclipse.jetty.server.Server;
it means eclipse doesn't contain jetty.jar.
Right click on project -> properties
on left pane -> java build path
right pane -> add external jar under libraries tab
link it to all the jar files of jetty folder.
can download jetty from : http://www.eclipse.org/jetty/downloads.php
now rebuild the project.
The blog will contain all the Technical knowledge I have to share and I welcome & would appreciate others for sharing their knowledge :0)
Thanks for giving the steps.
ReplyDeleteThanks alot!!
ReplyDelete