java - Embed Jetty to JavaSE project -
i downloaded jetty http://download.eclipse.org/jetty/stable-9/dist/.
i can start/stop jetty server. know tutorials on eclipse wiki. cannot find info how add jetty project on java se in eclipse.
simply: org.eclipse.jetty.server.server not recognized.
if want embed jetty need add jar file build path in eclipse.
jetty: http://download.eclipse.org/jetty/stable-9/dist/
the jars located in lib folder , need jetty-server.jar file.
how add jar build path in eclipse: where put external jars?
Comments
Post a Comment