I am using this link to help me with starting my own simple jetty
server on my android device.
I keep getting this error:
"Could not find class 'org.eclipse.jetty.server.Server', referenced from method onCreate in MainActivity"
I am using Jetty 7 and I have add the appropriate jar files to the build path. Does anyone know any possible ways to fix this issue? Thank you.