Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty 7's Servlet Annotations bundle requires javax.naming 0.0.0 package?

Hi
Please have a look at supported versions here https://www.eclipse.org/jetty/previousversions.html
Jetty 7 is not supported anymore. You should upgrade to at least 9.3.
Cheers
Olivier


On Fri, Mar 30, 2018 at 9:02 AM, Alexei Trebounskikh <alexei.trebounskikh@xxxxxxxxxxx> wrote:

Hi all,

 

I am trying to replace Jetty 6 bundle with Jetty 7 in a legacy Eclipse RCP project , but get this error:

Missing requirement: Jetty :: Servlet Annotations requires package ‘javax.naming 0.0.0’ but it could not be found.

 

Does it require a plugin that exports javax.naming? The project uses Java 8.

 

Thanks!


_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users



--
Olivier

Back to the top