我们可以重新分发 Oracle tools.jar 吗?

发布于 2024-11-25 10:00:32 字数 1455 浏览 3 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

无力看清 2024-12-02 10:00:32

根据我的阅读,是的,但有一些警告:

  • 您必须重新分发整个 Oracle JDK,或整个 JRE,只需使用“javac 字节码编译器”(其中包括 tools.jar);允许重新分发与您的应用程序“捆绑”。
  • 重新分发的 JDK 或 JRE 必须是“完整且未经修改的”(减去一些关于您可以添加和/或删除的内容的部分)。
  • 永远不能重新分发测试版。
  • 您遵守许可证的再分发部分中涵盖的其他一般条款 (我整个答案的来源)。

According to my reading, yes, but with some caveats:

  • You must redistribute the entire Oracle JDK, OR the entire JRE with just "The javac bytecode compiler" which includes tools.jar; that redistribution is allowed to be "bundled" with your app.
  • Redistributed JDK or JRE must be "complete and unmodified" (minus a couple sections about things you can add and/or subtract).
  • Can never redistribute beta versions.
  • You comply with the other general terms covered in the redistribution section of the license (my source for this entire answer).
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文