Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-dev] eclipse project import

So I pulled down jetty from:  http://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk/

I then imported in eclipse using an the maven project import.

There are allot of errors in the project, which I suspect I have to set a classpath or something similiar?

Please correct me if I am wrong, but eclipse is used as the IDE and not for building, all builds are done via the command line correct? (or using a maven plugin)

(I have IntelliJ but the automatic import in IntelliJ was a mess and that is why I am trying out eclipse.)

Also, hopefully when I get this working, where is the main entry point when a request comes into jetty so I can set a breakpoint and trace how a request is eventually processed?







Back to the top