Can we redistribute Oracle tools.jar? [closed]

℡╲_俬逩灬. 提交于 2019-11-28 11:29:56

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).
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!