【问题标题】:Embedding Jetty 9 - where is jetty-all.jar?嵌入 Jetty 9 - jetty-all.jar 在哪里?
【发布时间】:2013-08-02 06:27:58
【问题描述】:

我正在尝试将 Jetty 9 嵌入到我的项目中,http://www.eclipse.org/jetty/documentation/current/advanced-embedding.html#jetty-helloworld 的教程建议我需要一个名为“jetty-all.jar”的文件,但我似乎无法在下载分发中找到它。我从哪里得到它?我没有使用 Maven。

【问题讨论】:

标签: java jetty


【解决方案1】:

我在不同版本的 maven repo 中找到了它:

http://repo1.maven.org/maven2/org/eclipse/jetty/aggregate/jetty-all/9.0.4.v20130625/jetty-all-9.0.4.v20130625.jar

The Search Engine for The Central Repository 可以帮助你找到 jar 文件,即使你不使用 maven

【讨论】:

  • jetty-all 命名错误,它应该被称为 jetty-tutorial 因为它的作用,仅用于文档。 Jetty-all jar 和 concept 已完全移除 Jetty 10+。
猜你喜欢
  • 1970-01-01
  • 2014-09-22
  • 1970-01-01
  • 2013-07-14
  • 2016-10-11
  • 2015-02-03
  • 1970-01-01
  • 2016-12-16
  • 1970-01-01
相关资源
最近更新 更多