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

Also note, the command line has changed.
And there are now more features, as well as support for a start.ini from within jetty-start

--
Joakim Erdfelt
joakim@xxxxxxxxxxx

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



On Tue, Feb 14, 2012 at 10:55 AM, Thomas Becker <tbecker@xxxxxxxxxxx> wrote:
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)


_______________________________________________
jetty-dev mailing list
jetty-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-dev


Back to the top