开发者

Can we redistribute Oracle tools.jar? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. 开发者_如何学Python

This question does not appear to be about programming within the scope defined in the help center.

Closed 7 years ago.

Improve this question

Can the tools.jar which comes with the Oracle JDK be distributed along with a commercial product which depends on it (that is, legally, according to the terms of Oracle's license)? Whether yes or no, please provide a reference to substantiate your answer.


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).
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜