Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] Replacement for org.mortbay.jetty.Main class

Hi Ivan,

as jetty became an eclipse project, the package names changed from org.mortbay.jetty to org.eclipse.jetty. And the Main class you're looking for is in the start package. So what you're looking for is: org.eclipse.jetty.start.Main.

Hope that helps.
Thomas

On 2/14/12 6:52 PM, Ivan Furnadjiev wrote:
Hi all,
we at RAP team are launching jetty from our tooling. In Jetty 6 there was a class named org.mortbay.jetty.Main that we used in our implementation of JavaLaunchDelegate#getMainTypeName( ILaunchConfiguration ). This class does not exists anymore in Jetty 8.1.0 RC4 (Jetty included in Eclipse 4.2M5). Is there a replacement of this class?
Thanks in advance,
Ivan
_______________________________________________
jetty-dev mailing list
jetty-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-dev

--
thomas becker
tbecker@xxxxxxxxxxx

http://webtide.com / http://intalio.com
(the folks behind jetty and cometd)



Back to the top