0

I installed Run-Jetty-Run using the nightly site http://xzer.github.io/run-jetty-run-updatesite/nightly/, and I made sure to also install RunJettyRun Jetty93 Support:

Run Jetty Run

Despite that, when I right-click my project and click "Run Jetty", it starts an old version of Jetty:

Running Jetty 6.1.26

How to make Run Jetty Run use the newest version of Jetty?

Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373

1 Answers1

2
  1. Click Run in the Eclipse menu
  2. Select Run Configurations...
  3. A window appear, find the Jetty Webapp item in the left pane
  4. Create a new configuration if you don't have one already
  5. In its Jetty tab, select the Jetty version you want, as seen below:

Run Jetty Run configuration

Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373