java - How to configure jetty in eclipse? -
i found tutorial makes case.
but problem can not configure eclipse use jetty. imported libraries in eclipse, fails in import.
who can me simple steps follow? need integrate servers? (for example tomcat)
excuse me, first encounter websocket , java, , not know start thank much
jetty 7 eol (end of life), consider upgrading stable , supported version of jetty.
org.eclipse.jetty.websocket.api
not present in jetty 7.
that introduced in jetty 9.
use jetty 9.4.3.v20170317
Comments
Post a Comment